aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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