diff --git a/Front/templates/profesor.html b/Front/templates/profesor.html new file mode 100644 index 0000000..d05929d --- /dev/null +++ b/Front/templates/profesor.html @@ -0,0 +1,50 @@ +{% extends 'base.html' %} +{% load static %} +{% block css %} + +{% endblock %} + +{% block content %} + +{% if user.is_authenticated %} + +{% include 'navbar.html' %} + +
+
+

Dodaj nowy przedmiot

+
+
+
+ +
+ +
+
+

Lista przedmiotów

+
+ Liczba dostępnych przedmiotów: 3/5 + +
+ +{% else %} +Zaloguj sie +{% endif %} + +{% endblock %} \ No newline at end of file