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
!187
Update custom error pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update custom error pages
fix-custom-error-pages
into
master
Overview
3
Commits
2
Pipelines
3
Changes
4
All threads resolved!
Hide all comments
Merged
Tom Teichler
requested to merge
fix-custom-error-pages
into
master
5 years ago
Overview
3
Commits
2
Pipelines
3
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 2
9869f13a
5 years ago
version 1
997a9b7c
5 years ago
master (base)
and
latest version
latest version
f3a816a3
2 commits,
5 years ago
version 2
9869f13a
1 commit,
5 years ago
version 1
997a9b7c
1 commit,
5 years ago
4 files
+
18
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/403.html
+
6
−
10
Options
@@ -4,9 +4,9 @@
{% block content %}
<div
class=
"container"
>
<div
class=
"card
-panel
red"
>
<div
class=
"card
-content
white-text"
>
<
div
class=
"material-icons"
>
error_outline
</
div
>
<div
class=
"card red"
>
<div
class=
"card white-text"
>
<
i
class=
"material-icons
small
"
>
error_outline
</
i
>
<span
class=
"card-title"
>
{% blocktrans %}Error (403): You are not allowed to access the requested page or object.{% endblocktrans %}
</span>
<p>
{% blocktrans %}
@@ -14,18 +14,14 @@
administrators:
{% endblocktrans %}
</p>
<
div
class=
"card-caction"
>
<
ul
>
{% for admin in ADMINS %}
<li>
{{ admin.0 }}
<
<a
href=
"mailto:{{ admin.1 }}"
>
{{ admin.1 }}
</a>
>
<
<a
class=
"blue-text text-lighten-2"
href=
"mailto:{{ admin.1 }}"
>
{{ admin.1 }}
</a>
>
</li>
{% endfor %}
</
div
>
</
ul
>
</div>
</div>
</div>
Loading