From 39818b3aee1b4c5aa475be3961db638121c21acc Mon Sep 17 00:00:00 2001 From: Th3NiKo Date: Sun, 24 Nov 2019 14:23:23 +0100 Subject: [PATCH] BES-22 Add subject front --- Front/templates/profesor.html | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Front/templates/profesor.html 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