Add flatpages to apps and dynamic navbar listing

This commit is contained in:
Livvy Mackintosh
2017-10-09 17:37:33 +01:00
parent 00cc417f21
commit 38e8800cf2
3 changed files with 15 additions and 11 deletions

View File

@ -0,0 +1,5 @@
{% extends "base_page.html" %}
{% block content %}
{{flatpage.content}}
{% endblock %}