diff --git a/source/lostplaces/lostplaces_app/templates/global.html b/source/lostplaces/lostplaces_app/templates/global.html new file mode 100644 index 0000000..29a891b --- /dev/null +++ b/source/lostplaces/lostplaces_app/templates/global.html @@ -0,0 +1,33 @@ +{% load static %} + + + + + + + Preview + + +
+ +
+ +
+
+
+ {% block maincontent %} + + {% endblock maincontent %} +
+ + \ No newline at end of file diff --git a/source/lostplaces/lostplaces_app/templates/placeOverview.html b/source/lostplaces/lostplaces_app/templates/placeOverview.html new file mode 100644 index 0000000..7a9b6ff --- /dev/null +++ b/source/lostplaces/lostplaces_app/templates/placeOverview.html @@ -0,0 +1,62 @@ +{% extends 'global.html'%} + +{% block maincontent %} + + +
+ +
+ +
+
+

{{place.name}}

+

{{place.description}}

+
+
+
+ +
+ {{> @headline headline='Map Links'}} + Google Maps + TIM Online (GER/NRW Only) + Open Street Map +
+ +
+

Sicherheitsmaßnahmen

+ +
+ + + +

Lade deine Bilder hoch

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