1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 11:18:24 +02:00

Start implementation of OAuth client

This commit is contained in:
2021-11-04 11:29:03 +01:00
parent faf697d3cf
commit e2aa645bbf
7 changed files with 139 additions and 34 deletions

View File

@ -54,7 +54,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% if user.is_authenticated %}
<a href="{% url 'logout' %}">{% trans 'Log out' %}</a>
{% else %}
<a href="{% url 'login' %}">{% trans 'Log in' %}</a>
<a href="{% url 'users:login' %}">{% trans 'Log in' %}</a>
{% endif %}
{% endblock %}
</div>