|
|
|
@ -33,9 +33,7 @@
|
|
|
|
<strong>{% firstof user.get_short_name user.get_username %}</strong>.
|
|
|
|
<strong>{% firstof user.get_short_name user.get_username %}</strong>.
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block userlinks %}
|
|
|
|
{% block userlinks %}
|
|
|
|
{% if site_url %}
|
|
|
|
<a href="https://cloud.jdav-ludwigsburg.de/index.php/s/5xzZH5wHiqKeC2P">Packlisten etc.</a> /
|
|
|
|
<a href="{{ site_url }}">{% trans 'View site' %}</a> /
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if user.is_active and user.is_staff %}
|
|
|
|
{% if user.is_active and user.is_staff %}
|
|
|
|
{% url 'django-admindocs-docroot' as docsroot %}
|
|
|
|
{% url 'django-admindocs-docroot' as docsroot %}
|
|
|
|
{% if docsroot %}
|
|
|
|
{% if docsroot %}
|
|
|
|
|