aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/report/new/after_photo.html10
-rw-r--r--templates/web/fixmystreet.com/report/new/after_photo.html10
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/web/base/report/new/after_photo.html b/templates/web/base/report/new/after_photo.html
new file mode 100644
index 000000000..3fed031a8
--- /dev/null
+++ b/templates/web/base/report/new/after_photo.html
@@ -0,0 +1,10 @@
+<div class="description_tips">
+ <h4>[% loc('Tips for perfect photos') %]</h4>
+ <ul class="do">
+ <li>[% loc('Show what the problem is') %]</li>
+ <li>[% loc('Show where it’s located') %]</li>
+ </ul>
+ <ul class="dont">
+ <li>[% loc('Avoid personal information and vehicle number plates') %]</li>
+ </ul>
+</div>
diff --git a/templates/web/fixmystreet.com/report/new/after_photo.html b/templates/web/fixmystreet.com/report/new/after_photo.html
deleted file mode 100644
index 3977d80a6..000000000
--- a/templates/web/fixmystreet.com/report/new/after_photo.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="description_tips">
- <h4>Tips for perfect photos</h4>
- <ul class="do">
- <li>Show what the problem is</li>
- <li>Show where it’s located</li>
- </ul>
- <ul class="dont">
- <li>Avoid personal information and vehicle number plates</li>
- </ul>
-</div>