Skip to content
Snippets Groups Projects
Commit d6722497 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '522-page-title-impersonate' into 'master'

Fix page title in impersonate template

Closes #522

See merge request !748
parents c8552f6f c830bc05
No related branches found
No related tags found
1 merge request!748Fix page title in impersonate template
Pipeline #38170 passed
Pipeline: AlekSIS

#38172

    ......@@ -14,6 +14,7 @@ Fixed
    * Fix order of submit buttons in login form and restructure login template
    to make 2FA work correctly.
    * Fix page title bug on the impersonate page.
    `2.0rc7`_ - 2021-10-18
    ----------------------
    ......
    ......@@ -4,9 +4,8 @@
    {% extends "core/base.html" %}
    {% load i18n %}
    {% block page_title %}
    {% blocktrans %}Impersonate user{% endblocktrans %}
    {% endblock %}
    {% block browser_title %}{% trans "Impersonate" %}{% endblock %}
    {% block page_title %}{% trans "Impersonate" %}{% endblock %}
    {% block content %}
    {% if page.object_list %}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment