aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-24 09:04:20 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-24 09:04:20 +0000
commitefa68450e9cf02e877bfa26c0213c9271c7f3841 (patch)
tree429e22c09b2f14463c3cc8800298c8c6c025de9c
parent2e768efcfd8fecd113f1a1ba1c4f2700e95dd915 (diff)
Update wording
Delete redundant template
-rw-r--r--templates/web/default/reports/new/report_new.html4
-rw-r--r--templates/web/default/reports/new/report_new_map.html5
2 files changed, 2 insertions, 7 deletions
diff --git a/templates/web/default/reports/new/report_new.html b/templates/web/default/reports/new/report_new.html
index c684465ba..324a38b66 100644
--- a/templates/web/default/reports/new/report_new.html
+++ b/templates/web/default/reports/new/report_new.html
@@ -1,6 +1,6 @@
-[% INCLUDE 'header.html', title => loc('Create a report') %]
+[% INCLUDE 'header.html', title => loc('Reporting a problem') %]
-<h1>[% loc('Create a report') %]</h1>
+<h1>[% loc('Reporting a problem') %]</h1>
[% IF location_error %]
<div class="error">[% location_error %]</div>
diff --git a/templates/web/default/reports/new/report_new_map.html b/templates/web/default/reports/new/report_new_map.html
deleted file mode 100644
index b5bbc28f7..000000000
--- a/templates/web/default/reports/new/report_new_map.html
+++ /dev/null
@@ -1,5 +0,0 @@
-[% INCLUDE 'header.html', title => loc('Create a report') %]
-
-<h1>[% loc('Create a report') %]</h1>
-
-[% INCLUDE 'footer.html' %] \ No newline at end of file