diff --git a/apps/map/templates/map/form-case_study.html b/apps/map/templates/map/form-case_study.html index f64e785..1be9d25 100644 --- a/apps/map/templates/map/form-case_study.html +++ b/apps/map/templates/map/form-case_study.html @@ -4,9 +4,14 @@ {% block stylesheets %} {{ block.super }} {% leaflet_css %} + {% 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 %} diff --git a/assets/css/ojuso.css b/assets/css/ojuso.css index ec1717c..345f519 100644 --- a/assets/css/ojuso.css +++ b/assets/css/ojuso.css @@ -1,3 +1,7 @@ +h1 { + font-weight: bold; +} + /* Make sure that the footer doesn't have space after it */ .container { min-height: 60vh; } diff --git a/ojusomap/templates/base_page.html b/ojusomap/templates/base_page.html index 99b138a..335072b 100644 --- a/ojusomap/templates/base_page.html +++ b/ojusomap/templates/base_page.html @@ -5,8 +5,8 @@ {{ block.super }} {% endblock %} @@ -16,8 +16,8 @@
-

{% block title %}{% endblock %}

-

{% block description %}{% endblock %}

+

{% block title %}{% endblock %}

+

{% block description %}{% endblock %}

{% block inner %}