Update for V2.0 #27

Merged
ryan merged 80 commits from 1.3 into main 2026-06-21 20:46:16 -04:00
Showing only changes of commit 52bdf2f16e - Show all commits
+1 -1
View File
@@ -18,7 +18,6 @@
{% block body %}
<div class="container">
{% include('default/sidebar.html.twig') %}
<header>
<h1>Login</h1>
@@ -44,6 +43,7 @@
value="{{ csrf_token('authenticate') }}"
>
<button class="btn btn-lg btn-primary" type="submit">Sign in</button>
<button class="btn btn-lg btn-primary" id='back'>Back</button>
</fieldset>
</form>
</div>