aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/around/index.html
blob: f2be5575ce081280f47fb6072d30816c9cdd57f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[% pre_container_extra = INCLUDE 'around/postcode_form.html' %]
[% INCLUDE 'header.html', title = loc('Reporting a problem'), bodyclass = 'frontpage fullwidthpage' %]

[%
    # 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' %]