Skip to content

Commit

Permalink
[Hylte] Default public update toggle to unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkri committed Aug 5, 2024
1 parent 665a765 commit 151e66e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/web/hylte/report/inspect/public_update.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<p>
<label class="label-containing-checkbox">
<input type="checkbox" name="include_update" value="1" class="js-toggle-public-update">
[% loc('Save with a public update') %]
</label>
</p>
<div id="public_update_form_fields">
[% INCLUDE report/form/photo_upload.html %]
<p>
<label for="public_update">[% loc('Public update:') %]</label>
[% INCLUDE 'admin/response_templates_select.html' for='public_update' %]
<textarea rows="2" name="public_update" id="public_update" class="form-control">[% public_update | html %]</textarea>
</p>
</div>

0 comments on commit 151e66e

Please sign in to comment.