Stay on form after adding things

This commit is contained in:
2025-12-28 22:58:01 +01:00
parent f6a953158d
commit 805510c0f6
2 changed files with 11 additions and 8 deletions

View File

@@ -210,6 +210,12 @@
</table>
</form>
{% endif %}
{% if success_message %}
<div class="success-message">
{{ success_message }}
</div>
{% endif %}
</div>
</body>
</html>