Some design improvements

This commit is contained in:
2018-11-26 23:32:31 +00:00
parent 04b8ae7bf9
commit 4e86794a6c
3 changed files with 14 additions and 5 deletions

View File

@ -4,9 +4,14 @@
{% block stylesheets %}
{{ block.super }}
{% leaflet_css %}
<style>
.page-lead { border-left: 10px solid #4ac95d; }
</style>
{% endblock %}
{% block page_title %}{% trans "Submit a Case Study" %} - {{ block.super }}{% endblock %}
{% block page_title %}{% trans "New Case Study" %} - {{ block.super }}{% endblock %}
{% block title %}{% trans "New 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 inner %}