first commit
This commit is contained in:
9
templates/account/snippets/already_logged_in.html
Executable file
9
templates/account/snippets/already_logged_in.html
Executable file
@@ -0,0 +1,9 @@
|
||||
{% load i18n %}
|
||||
{% load account %}
|
||||
{% load allauth %}
|
||||
{% user_display user as user_display %}
|
||||
{% element alert %}
|
||||
{% slot message %}
|
||||
<strong>{% blocktranslate %}Note{% endblocktranslate %}:</strong> {% blocktranslate %}You are already logged in as {{ user_display }}.{% endblocktranslate %}
|
||||
{% endslot %}
|
||||
{% endelement %}
|
||||
Reference in New Issue
Block a user