forked from Ruderverein-Donau-Linz/rowt
remove mails
This commit is contained in:
@ -51,8 +51,6 @@
|
||||
method="post"
|
||||
enctype="multipart/form-data"
|
||||
class="inline">
|
||||
• <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 %}• Zuletzt eingeloggt: {{ 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 %}
|
||||
|
Reference in New Issue
Block a user