{{ flatpage.title }}
+
+ {{ flatpage.content }}
+
+ {% if request.user.is_authenticated %}
+
+ {% endif %}
+ diff --git a/fet2020/templates/flatpages/default.html b/fet2020/templates/flatpages/default.html index d1744e19..7079942b 100644 --- a/fet2020/templates/flatpages/default.html +++ b/fet2020/templates/flatpages/default.html @@ -1,13 +1,18 @@ -{% extends 'layout.html' %} +{% extends 'base.html' %} + {% block content %} - -