From 4d759e6c57c70d26ccf2eff06cdb91496225abc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Fri, 30 Dec 2011 01:56:05 +0100 Subject: Added flatpages and more logos. --- sublab_project/templates/flatpages/default.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sublab_project/templates/flatpages/default.html (limited to 'sublab_project/templates') diff --git a/sublab_project/templates/flatpages/default.html b/sublab_project/templates/flatpages/default.html new file mode 100644 index 0000000..1632bc6 --- /dev/null +++ b/sublab_project/templates/flatpages/default.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block title %}{{ flatpage.title }}{% endblock%} + +{% block content %}{{ flatpage.content }}{% endblock%} -- cgit v1.2.1