diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html index a9ce12dd4..b3eb0d779 100644 --- a/templates/web/default/report/display.html +++ b/templates/web/default/report/display.html @@ -85,7 +85,7 @@ <textarea name="update" id="form_update" rows="7" cols="30">[% update.text | html %]</textarea> </div> - [% IF c.user && c.user.from_council && c.user.from_council == problem.council %] + [% IF c.user && c.user.belongs_to_council( problem.council ) %] <div class="form-field"> <label for="form_state">[% loc( 'State:' ) %]</label> <select name="state" id="form_state"> |