Locally adds 98.css

Latest version with default styling. License included.
This commit is contained in:
2024-02-23 22:53:19 +01:00
parent 2c808c7703
commit ca8ccbf5c6
8 changed files with 16 additions and 4 deletions
+6 -3
View File
@@ -22,9 +22,12 @@
<div>
<p>Gebruik onderstaande knop om in te loggen.</p>
<p>Als je geen inloggegevens hebt, meld je dan bij de beheerder van deze site.</p>
<form action="{% url 'oidc_authentication_init' %}" method="get">
<input type="submit" value="Login">
</form>
<div class="field-row">
<form action="{% url 'oidc_authentication_init' %}" method="get">
<input type="submit" value="Inloggen" class="default">
</form>
<button>Annuleren</button>
</div>
</div>
</div>
</div>