mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-11 17:15:49 +08:00
fix detail in optional containers
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f678b09523
commit
0fe4ea3238
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% else %}
|
||||
<p><strong>Please note:</strong> Make sure to save your changes by clicking <strong>Save changes</strong> below the list of optional containers. The changes will not be auto-saved.</p>
|
||||
{% endif %}
|
||||
<form id="container-form" method="POST" action="/api/configuration" class="xhr">
|
||||
<form id="options-form" method="POST" action="/api/configuration" class="xhr">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
<input type="hidden" name="options-form" value="options-form">
|
||||
|
|
Loading…
Add table
Reference in a new issue