remove mails

This commit is contained in:
2025-04-02 15:40:45 +02:00
parent 19a6156c12
commit f21cdd4e0a
2 changed files with 19 additions and 3 deletions

View File

@ -51,8 +51,6 @@
method="post"
enctype="multipart/form-data"
class="inline">
&bullet; <a class="font-normal text-primary-600 dark:text-primary-200 hover:text-primary-900 dark:hover:text-primary-300 underline"
onclick="return confirm('Demo aktiv, nun würde der Benutzer eine Mail bekommen mit der Info wie er ruad.at verwendet.');">Willkommensmail verschicken</a>
</form>
{% endif %}
{% if user.last_access %}&bullet; Zuletzt eingeloggt: &nbsp;{{ user.last_access | date() }}{% endif %}
@ -96,7 +94,6 @@
{% endfor %}
<hr class="sm:col-span-2 lg:col-span-4 my-3" />
{{ macros::input(label='Name', name='name', id=loop.index, type="text", value=user.name) }}
{{ macros::input(label='Mail', name='mail', id=loop.index, type="text", value="Demo Version: Mails deaktiviert", readonly=true) }}
</div>
</div>
{% if allowed_to_edit %}