diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2011-12-30 01:56:05 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2011-12-30 01:56:05 +0100 |
commit | 4d759e6c57c70d26ccf2eff06cdb91496225abc2 (patch) | |
tree | f0e68b92819bf32c1f143b35a89ecc4b8949ea8c /sublab_project/templates/flatpages/default.html | |
parent | 3cc87b94ad57cf484453341c041bcf06c31981d3 (diff) |
Added flatpages and more logos.
Diffstat (limited to 'sublab_project/templates/flatpages/default.html')
-rw-r--r-- | sublab_project/templates/flatpages/default.html | 5 |
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%} |