diff --git a/Front/templates/przedmiot.html b/Front/templates/przedmiot.html new file mode 100644 index 0000000..df9ce99 --- /dev/null +++ b/Front/templates/przedmiot.html @@ -0,0 +1,37 @@ +{% extends 'base.html' %} +{% load static %} + +{% block content %} +{% include 'navbar.html' %} +
+

{{id}}

+
+ +
+
+

Dodaj nowe zagadnienie

+
+
+
+ +
+ +
+
+

Lista zagadnień

+
+Liczba dostępnych zagadnień: 3/15 + +
+ +{% endblock %}