Some design improvements
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user