We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c55a5c commit af85b2eCopy full SHA for af85b2e
templates/web/hylte/report/inspect/public_update.html
@@ -0,0 +1,14 @@
1
+ <p>
2
+ <label class="label-containing-checkbox">
3
+ <input type="checkbox" name="include_update" value="1" class="js-toggle-public-update">
4
+ [% loc('Save with a public update') %]
5
+ </label>
6
+ </p>
7
+ <div id="public_update_form_fields">
8
+ [% INCLUDE report/form/photo_upload.html %]
9
10
+ <label for="public_update">[% loc('Public update:') %]</label>
11
+ [% INCLUDE 'admin/response_templates_select.html' for='public_update' %]
12
+ <textarea rows="2" name="public_update" id="public_update" class="form-control">[% public_update | html %]</textarea>
13
14
+ </div>
0 commit comments