From 924f4821a67359b18691b5e45f5a8cd9192d3b90 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 3 Sep 2020 20:10:48 +0200 Subject: [PATCH] First codex draft. --- .../lostplaces_app/templates/flat/codex.html | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 lostplaces/lostplaces_app/templates/flat/codex.html diff --git a/lostplaces/lostplaces_app/templates/flat/codex.html b/lostplaces/lostplaces_app/templates/flat/codex.html new file mode 100644 index 0000000..03eabc0 --- /dev/null +++ b/lostplaces/lostplaces_app/templates/flat/codex.html @@ -0,0 +1,52 @@ +{% extends 'global.html'%} + +# {% block title %}UrBex codex{% endblock %} + +{% block maincontent %} + +
+

Take nothing but pictures. Leave nothing but footprints

+
+ +
+ +

This should be pretty self-explanatory, right? But as you all know, every sign has a history. We have seen too much senseless destruction so we decided to write down a basic Urban Exploration codex.

+ +
+ +{% endblock maincontent %} \ No newline at end of file