Skip to content
Snippets Groups Projects
Commit 53e6e77c authored by Pinguin's avatar Pinguin :penguin:
Browse files

Fix page title in impersonate template

Close #522
parent 2c42d8ff
No related branches found
No related tags found
1 merge request!748Fix page title in impersonate template
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
{% extends "core/base.html" %} {% extends "core/base.html" %}
{% load i18n %} {% load i18n %}
{% block page_title %} {% block browser_title %}{% trans "Impersonate" %}{% endblock %}
{% blocktrans %}Impersonate user{% endblocktrans %} {% block page_title %}{% trans "Impersonate" %}{% endblock %}
{% endblock %}
{% block content %} {% block content %}
{% if page.object_list %} {% 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