Add company welcome and verified NetKingdom sign-in
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
4175709024
commit
8be281025b
17 changed files with 1044 additions and 23 deletions
12
vergabe_teilnahme/templates/accounts/confirm.html
Normal file
12
vergabe_teilnahme/templates/accounts/confirm.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% extends "accounts/base.html" %}
|
||||
{% block title %}Anmeldung bestätigen{% endblock %}
|
||||
{% block content %}
|
||||
<h1 class="text-xl font-semibold mb-2">Anmelden bei {{ company_name }}</h1>
|
||||
<p class="mb-6">Sie fahren mit <strong>{{ identity_label }}</strong> fort.</p>
|
||||
<form method="post" action="{% url 'accounts:oidc_confirm' %}">
|
||||
{% csrf_token %}<button type="submit" class="btn-primary w-full">Mit diesem Konto fortfahren</button>
|
||||
</form>
|
||||
<form method="post" action="{% url 'accounts:oidc_start' %}" class="mt-4">
|
||||
{% csrf_token %}<button type="submit">Mit einem anderen Konto anmelden</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue