Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!748
Fix page title in impersonate template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix page title in impersonate template
pinguin/AlekSIS-Core:522-page-title-impersonate
into
master
Overview
3
Commits
2
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Merged
Pinguin
requested to merge
pinguin/AlekSIS-Core:522-page-title-impersonate
into
master
3 years ago
Overview
3
Commits
2
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Expand
Close
#522 (closed)
0
0
Merge request reports
Compare
master
version 1
53e6e77c
3 years ago
master (base)
and
latest version
latest version
c830bc05
2 commits,
3 years ago
version 1
53e6e77c
1 commit,
3 years ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/impersonate/list_users.html
+
2
−
3
Options
@@ -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 %}
Loading