Squash merge feature/email-notifications into beta
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{% extends "claims/base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}Logga in{% endblock %}
|
||||
{% block title %}{% trans "Logga in" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="flex min-h-[60vh] items-center justify-center py-12">
|
||||
<div class="w-full max-w-md rounded-3xl bg-white px-8 py-10 shadow-xl ring-1 ring-gray-100">
|
||||
<div class="text-center">
|
||||
<p class="text-sm font-semibold uppercase tracking-wide text-brand-600">Välkommen tillbaka</p>
|
||||
<h1 class="mt-2 text-3xl font-semibold text-gray-900">Logga in</h1>
|
||||
<p class="mt-2 text-sm text-gray-600">Använd dina administratörsuppgifter för att hantera utlägg.</p>
|
||||
<p class="text-sm font-semibold uppercase tracking-wide text-brand-600">{% trans "Välkommen tillbaka" %}</p>
|
||||
<h1 class="mt-2 text-3xl font-semibold text-gray-900">{% trans "Logga in" %}</h1>
|
||||
<p class="mt-2 text-sm text-gray-600">{% trans "Använd dina administratörsuppgifter för att hantera utlägg." %}</p>
|
||||
</div>
|
||||
<form method="post" class="mt-8 space-y-6">
|
||||
{% csrf_token %}
|
||||
@@ -39,10 +40,10 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<button type="submit" class="w-full rounded-2xl bg-brand-600 px-4 py-3 text-sm font-semibold text-white transition hover:bg-brand-700 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-600 focus-visible:ring-offset-2">
|
||||
Logga in
|
||||
{% trans "Logga in" %}
|
||||
</button>
|
||||
</form>
|
||||
<p class="mt-6 text-center text-xs text-gray-400">Behöver du ett konto? Kontakta en superuser i organisationen.</p>
|
||||
<p class="mt-6 text-center text-xs text-gray-400">{% trans "Behöver du ett konto? Kontakta en superuser i organisationen." %}</p>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user