dlete todo page, partly fix other url pages

This commit is contained in:
Philip Sargent
2020-06-04 23:00:58 +01:00
parent b7fea2042f
commit 43c6e2f2e1
7 changed files with 85 additions and 168 deletions

View File

@@ -46,12 +46,12 @@ Here you will find information about the {{expedition.objects.count}} expedition
</p>
<p class="indent">
If you are an expedition member, please sign up using the link to the top right.
You are not logged-in, so not all the pages will be visible and you will not be able to edit anything.
</p>
{% endblock content %}
{% block margins %}
<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg">
<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg">
<img src="{{ settings.MEDIA_URL }}eieshole.jpg">
<img src="{{ settings.MEDIA_URL }}goesser.jpg">
{% endblock margins %}