mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
fix some fields not updating
This commit is contained in:
parent
0956a337ab
commit
04b15e2e1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<a class="visually-hidden-focusable" href="#preview">Skip to preview</a>
|
<a class="visually-hidden-focusable" href="#preview">Skip to preview</a>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col mw-100">
|
<div class="col mw-100">
|
||||||
<form hx-post="{{ url_for('api.updateConfig') }}" hx-target="#response-container" hx-swap="none">
|
<form hx-trigger="click from:#saveConfig" hx-post="{{ url_for('api.updateConfig') }}" hx-target="#response-container" hx-swap="none">
|
||||||
<h2 id="instance" class="mb-3 fw-normal d-flex align-items-center justify-content-between">
|
<h2 id="instance" class="mb-3 fw-normal d-flex align-items-center justify-content-between">
|
||||||
Instance
|
Instance
|
||||||
<button type="button" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#preview-collapse" aria-expanded="true" aria-controls="preview-collapse"><i class="bi bi-arrows-expand-vertical me-1"></i> Toggle preview</button>
|
<button type="button" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#preview-collapse" aria-expanded="true" aria-controls="preview-collapse"><i class="bi bi-arrows-expand-vertical me-1"></i> Toggle preview</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue