From 3a3bffcc41afbbe96efc651352d8039ca78ce60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C5=BE=C3=ADlek?= Date: Mon, 9 Mar 2020 13:50:52 +0100 Subject: [PATCH] Lul, forgot profile page --- yadc/templates/user/profile.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yadc/templates/user/profile.html diff --git a/yadc/templates/user/profile.html b/yadc/templates/user/profile.html new file mode 100644 index 0000000..85d8cf9 --- /dev/null +++ b/yadc/templates/user/profile.html @@ -0,0 +1,10 @@ +{% extends 'layout/base_sidebar.html' %} + +{% block sidebar %} +{{ super()}} + +{% endblock %} + +{% block main_content %} + +{% endblock %} \ No newline at end of file