aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-04 09:44:14 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-04 09:44:14 +0100
commit115938309222d69e50dd5e5a52d33dbab90ac66a (patch)
tree785e9fea0f456d2e499f321d1bec8f4652fa9c62
parent2fb6bc208ed93515d80e99f765080c4dc1f7c720 (diff)
Tidy up FMB templates a little.
-rw-r--r--templates/web/fixmybarangay/around/tabbed_lists.html2
-rw-r--r--templates/web/fixmystreet/report/_main.html3
-rw-r--r--templates/web/fixmystreet/report/_support.html (renamed from templates/web/fixmybarangay/report/_support.html)0
3 files changed, 2 insertions, 3 deletions
diff --git a/templates/web/fixmybarangay/around/tabbed_lists.html b/templates/web/fixmybarangay/around/tabbed_lists.html
index 14461628c..c9f1c2a38 100644
--- a/templates/web/fixmybarangay/around/tabbed_lists.html
+++ b/templates/web/fixmybarangay/around/tabbed_lists.html
@@ -14,5 +14,5 @@ IF allow_creation %]
</ul>
[% IF allow_creation %]
- [% TRY %][% INCLUDE 'report/_message_manager.html' %][% CATCH file %][% END %]
+ [% INCLUDE 'report/_message_manager.html' %]
[% END %]
diff --git a/templates/web/fixmystreet/report/_main.html b/templates/web/fixmystreet/report/_main.html
index debd9be73..8d9792a6d 100644
--- a/templates/web/fixmystreet/report/_main.html
+++ b/templates/web/fixmystreet/report/_main.html
@@ -13,8 +13,7 @@
<br><small>[% loc('Not reported to council') %]</small>
[% END %]
</em></p>
-[% TRY %][% INCLUDE 'report/_support.html' %][% CATCH file %][% END %]
-
+ [% INCLUDE 'report/_support.html' %]
[% INCLUDE 'report/photo.html' object=problem center=1 %]
[% add_links( problem.detail ) | html_para %]
diff --git a/templates/web/fixmybarangay/report/_support.html b/templates/web/fixmystreet/report/_support.html
index e8b958940..e8b958940 100644
--- a/templates/web/fixmybarangay/report/_support.html
+++ b/templates/web/fixmystreet/report/_support.html