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
!311
Resolve "Fix design of custom error pages"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix design of custom error pages"
292-fix-design-of-custom-error-pages
into
master
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Jonathan Weth
requested to merge
292-fix-design-of-custom-error-pages
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
Closes
#292 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
17be5e80
1 commit,
4 years ago
3 files
+
12
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/403.html
+
10
−
4
Options
@@ -5,10 +5,16 @@
{% block content %}
<div
class=
"container"
>
<div
class=
"card red"
>
<div
class=
"card white-text"
>
<i
class=
"material-icons small"
>
error_outline
</i>
<span
class=
"card-title"
>
{% trans "Error" %} (403): {% blocktrans %}You are not allowed to access the requested page or
object.{% endblocktrans %}
</span>
<div
class=
"card-content white-text"
>
<i
class=
"material-icons small left"
>
error_outline
</i>
<span
class=
"card-title"
>
{% if exception %}
{{ exception }}
{% else %}
{% trans "Error" %} (403): {% blocktrans %}You are not allowed to access the requested page or
object.{% endblocktrans %}
{% endif %}
</span>
<p>
{% blocktrans %}
If you think this is an error in AlekSIS, please contact your site
Loading