Require invited login and private downloads for the company pilot
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
56bf193193
commit
b7d7828f30
27 changed files with 584 additions and 111 deletions
11
vergabe_teilnahme/templates/accounts/password_change.html
Normal file
11
vergabe_teilnahme/templates/accounts/password_change.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "accounts/base.html" %}
|
||||
{% block title %}Passwort ändern{% endblock %}
|
||||
{% block content %}
|
||||
<h1 class="text-xl font-semibold mb-6">Passwort ändern</h1>
|
||||
<form method="post" class="space-y-4 [&_label]:block [&_label]:mb-1 [&_.errorlist]:text-red-700 [&_.helptext]:text-sm">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit" class="btn-primary w-full">Passwort speichern</button>
|
||||
</form>
|
||||
<a href="{% url 'home' %}" class="block text-brand-700 mt-6">Zurück zur Übersicht</a>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue