try: remove html password reset

This commit is contained in:
2025-07-07 21:10:03 +02:00
parent ac2147095a
commit 25f84bf2ad

View File

@@ -1,16 +0,0 @@
{% extends "fellchensammlung/mail/base.html" %}
{% load i18n %}
{% block title %}
{{ site.name }}: {% trans "Account aktivieren" %}
{% endblock %}
{% block content %}
<p>
{% trans 'Jemand hat um versucht dein Passwort zurückzusetzen. Wenn das nicht du warst, meld dich bitte unter info@notfellchen.org und ignoriere diese E-Mail' %}
</p>
<a href="{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}"
class="cta-button">{% translate 'Jetzt aktivieren' %}</a>
{% endblock %}