Skip to content
Snippets Groups Projects
Verified Commit 5f6cd821 authored by Pinguin's avatar Pinguin :penguin: Committed by Jonathan Weth
Browse files

Fix page title in impersonate template

Close #522

(cherry picked from commit 53e6e77c)
parent 30b7d086
No related branches found
No related tags found
1 merge request!755Prepare release 2.0
......@@ -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