-
Create location on map
+
Draw location on map
{% blocktrans %}Use the map tools to mark your new location. Next select the location type below. Once complete, select the save button.
{% endblocktrans %}
diff --git a/cadasta/templates/spatial/location_map.html b/cadasta/templates/spatial/location_map.html
index f6c9fd7a0..11a42d146 100644
--- a/cadasta/templates/spatial/location_map.html
+++ b/cadasta/templates/spatial/location_map.html
@@ -1,6 +1,7 @@
{% extends "organization/project_wrapper.html" %}
{% load i18n %}
+{% block page_title %}Project Map | {% endblock %}
{% block left-nav %}map{% endblock %}
{% load leaflet_tags %}
diff --git a/cadasta/templates/spatial/relationship_add.html b/cadasta/templates/spatial/relationship_add.html
index 9aba3814e..9e29595d8 100644
--- a/cadasta/templates/spatial/relationship_add.html
+++ b/cadasta/templates/spatial/relationship_add.html
@@ -2,6 +2,8 @@
{% load i18n %}
{% load widget_tweaks %}
+{% block page_title %}Add new relationship | {% endblock %}
+
{% block form_script %}
{{ form.media }}
{% endblock %}
diff --git a/cadasta/templates/spatial/resources_add.html b/cadasta/templates/spatial/resources_add.html
index 9eaba9332..9ff3a81d5 100644
--- a/cadasta/templates/spatial/resources_add.html
+++ b/cadasta/templates/spatial/resources_add.html
@@ -2,6 +2,8 @@
{% load i18n %}
{% load widget_tweaks %}
+{% block page_title %}Add new resource | {% endblock %}
+
{% block modals %}
diff --git a/cadasta/templates/spatial/resources_new.html b/cadasta/templates/spatial/resources_new.html
index df3bc5687..bd3684c42 100644
--- a/cadasta/templates/spatial/resources_new.html
+++ b/cadasta/templates/spatial/resources_new.html
@@ -2,12 +2,13 @@
{% load i18n %}
{% load widget_tweaks %}
+{% block page_title %}Upload new resource | {% endblock %}
+
{% block form_script %}
{{ form.media }}
{% include "resources/scripts.html" %}
{% endblock %}
-
{% block modals %}