fix: Preserve remote_instructions and short name in secr.sreq.edit() (#5113)
This commit is contained in:
parent
d73e5d7d53
commit
dd7bed47b0
|
@ -29,6 +29,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
{# hidden fields shown whether or not the whole form is hidden #}
|
||||
{{ form.attendees.as_hidden }}{{ form.comments.as_hidden }}{{ form.id.as_hidden }}{{ form.on_agenda.as_hidden }}{{ form.DELETE.as_hidden }}
|
||||
{# hidden fields included whether or not the whole form is hidden #}
|
||||
{{ form.attendees.as_hidden }}{{ form.comments.as_hidden }}{{ form.id.as_hidden }}{{ form.on_agenda.as_hidden }}{{ form.DELETE.as_hidden }}{{ form.remote_instructions.as_hidden }}{{ form.short.as_hidden }}
|
||||
</div>
|
Loading…
Reference in a new issue