mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
fix deleted poll finish_in
This commit is contained in:
parent
6da83e0421
commit
7309b0532e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
<button id="addPollChoice" type="button" class="btn btn-primary">{{ _('Add choice') }}</button>
|
||||
</fieldset>
|
||||
{{ render_field(form.mode) }}
|
||||
{{ render_field(form.finish_in) }}
|
||||
{% if form.finish_in %}{{ render_field(form.finish_in) }}{% endif %}
|
||||
{{ render_field(form.local_only) }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue