summaryrefslogtreecommitdiff
path: root/sublab_project/templates
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 01:56:05 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-30 01:56:05 +0100
commit4d759e6c57c70d26ccf2eff06cdb91496225abc2 (patch)
treef0e68b92819bf32c1f143b35a89ecc4b8949ea8c /sublab_project/templates
parent3cc87b94ad57cf484453341c041bcf06c31981d3 (diff)
Added flatpages and more logos.
Diffstat (limited to 'sublab_project/templates')
-rw-r--r--sublab_project/templates/flatpages/default.html5
1 files changed, 5 insertions, 0 deletions
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%}