From 431a1527ded3273df8d62dd9aefe8f6e534b9550 Mon Sep 17 00:00:00 2001 From: Eugene Alvin Villar Date: Wed, 24 Aug 2016 17:05:08 +0800 Subject: [PATCH] Resolve #596: Use "boundary" instead of "location" --- .../organization/project_edit_geometry.html | 14 +++++++------- .../templates/organization/project_wrapper.html | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cadasta/templates/organization/project_edit_geometry.html b/cadasta/templates/organization/project_edit_geometry.html index 47d21933c..0f9706815 100644 --- a/cadasta/templates/organization/project_edit_geometry.html +++ b/cadasta/templates/organization/project_edit_geometry.html @@ -4,7 +4,7 @@ {% load i18n %} {% load leaflet_tags %} -{% block page_title %}Edit project location | {% endblock %} +{% block page_title %}Edit project boundary | {% endblock %} {% block body-class %} map{% endblock %} @@ -34,18 +34,18 @@ {% csrf_token %}
- +
{{ form.extent }}
- - + +
-

{% trans "Edit project location" %}

+

{% trans "Edit project boundary" %}

- {% blocktrans %}Use the tools provided on the left side of the map to outline your project boundary. Once complete, select the save button below.{% endblocktrans %} + {% blocktrans %}Use the tools provided on the left side of the map to update your project boundary. Once complete, select the save button below.{% endblocktrans %}

- +
diff --git a/cadasta/templates/organization/project_wrapper.html b/cadasta/templates/organization/project_wrapper.html index 64bc40c0a..9e6014e1b 100644 --- a/cadasta/templates/organization/project_wrapper.html +++ b/cadasta/templates/organization/project_wrapper.html @@ -29,7 +29,7 @@