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
!871
Render message in 404 page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Render message in 404 page
feature/message-for-404
into
master
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Nik | Klampfradler
requested to merge
feature/message-for-404
into
master
3 years ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
453decdb
3 years ago
version 1
1a80f625
3 years ago
master (base)
and
latest version
latest version
8e90c1ac
3 commits,
3 years ago
version 2
453decdb
2 commits,
3 years ago
version 1
1a80f625
2 commits,
3 years ago
3 files
+
7
−
8
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/404.html
+
1
−
2
Options
@@ -7,8 +7,7 @@
<div
class=
"card red"
>
<div
class=
"card-content white-text"
>
<i
class=
"material-icons small left"
>
error_outline
</i>
<span
class=
"card-title"
>
{% trans "Error" %} (404): {% blocktrans %}The requested page or object was not
found.{% endblocktrans %}
</span>
<span
class=
"card-title"
>
{{ exception }}
</span>
<p>
{% blocktrans %}
If you were redirected by a link on an external page,
Loading