blob: df49bff8da5f1820ad75605f2c95cc9baa863824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[% pre_container_extra = INCLUDE 'around/postcode_form.html' %]
[% SET bodyclass = 'frontpage fullwidthpage aroundpage' ~%]
[% INCLUDE 'header.html', title = loc('Reporting a problem') %]
[%
# NOTE ON PARTIAL REPORTS:
#
# partial reports get a bit of extra text added, the form goes to
# '/report/new' and the partial hidden field is added to the form.
%]
[% INCLUDE 'around/_main.html' %]
[% INCLUDE 'footer.html' %]
|