Compare commits

...

1 Commits

Author SHA1 Message Date
Alexia Steinberg
a42a7390f4 change login button colour from blue to green 2024-08-30 15:37:31 -03:00

View File

@ -160,7 +160,7 @@ href="{{ url_for('static', filename='mirrormanager2.css') }}"/>
</div>
</li>
{% else %}
<a class="btn btn-primary ml-2" href="{{ url_for('auth.login') }}?next={{request.url}}">Login</a>
<a class="btn btn-primary btn-success ml-2" href="{{ url_for('auth.login') }}?next={{request.url}}">Login</a>
{% endif %}
</ul>
</nav>