Move update button below refs

This commit is contained in:
Joscha 2023-08-17 22:35:16 +02:00
parent 689894d2e8
commit acef1931bc

View file

@ -6,10 +6,6 @@
<h2>Refs</h2> <h2>Refs</h2>
<form method="post" action="{{ link_admin_repo_update }}">
<button>Update</button>
</form>
<details open> <details open>
<summary>Tracked ({{ tracked_refs.len() }})</summary> <summary>Tracked ({{ tracked_refs.len() }})</summary>
<dl> <dl>
@ -30,4 +26,8 @@
</dl> </dl>
</details> </details>
<form method="post" action="{{ link_admin_repo_update }}">
<button>Update</button>
</form>
{% endblock %} {% endblock %}