Skip to content

Commit af85b2e

Browse files
jonkridracos
authored andcommitted
[Hylte] Default public update toggle to unchecked
1 parent 8c55a5c commit af85b2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -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+
<p>
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+
</p>
14+
</div>

0 commit comments

Comments
 (0)