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 @@
{% 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