Update templates

This commit is contained in:
Livvy Mackintosh
2017-10-09 20:23:03 +01:00
parent c0f7107517
commit 8c38748347
17 changed files with 104 additions and 35 deletions

View File

@ -15,7 +15,7 @@
{% block title %}{% trans "Submit a Case Study" %}{% endblock %}
{% block description %}{% trans "Here you can submit a case study for review and it will be added to the map." %}{% endblock %}
{% block content %}
{% block inner %}
{% crispy form %}
{% endblock %}