med/theme/templates/registration/login.html

8 lines
175 B
HTML
Raw Normal View History

2019-08-02 13:33:38 +00:00
{% extends "admin/login.html" %}
{% comment %}
SPDX-License-Identifier: GPL-2.0-or-later
{% endcomment %}
{% load i18n %}
{% block title %}{% trans "Log in" %}{% endblock %}