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
Commits
9f8dc0b4
Verified
Commit
9f8dc0b4
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix icon tags in error templates
parent
447fb4ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!696
Resolve "Error in 5xx pages"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/core/templates/500.html
+1
-1
1 addition, 1 deletion
aleksis/core/templates/500.html
aleksis/core/templates/503.html
+1
-1
1 addition, 1 deletion
aleksis/core/templates/503.html
with
2 additions
and
2 deletions
aleksis/core/templates/500.html
+
1
−
1
View file @
9f8dc0b4
...
...
@@ -6,7 +6,7 @@
<div
class=
"container"
>
<div
class=
"card red"
>
<div
class=
"card-content white-text"
>
<
div
class=
"material-icons small left"
>
error_outline
</
div
>
<
i
class=
"material-icons small left"
>
error_outline
</
i
>
<span
class=
"card-title"
>
{% trans "Error" %} (500): {% blocktrans %}An unexpected error has
occured.{% endblocktrans %}
</span>
<p>
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/templates/503.html
+
1
−
1
View file @
9f8dc0b4
...
...
@@ -6,7 +6,7 @@
<div
class=
"container"
>
<div
class=
"card red"
>
<div
class=
"card-content white-text"
>
<
div
class=
"material-icons small left"
>
error_outline
</
div
>
<
i
class=
"material-icons small left"
>
error_outline
</
i
>
<span
class=
"card-title"
>
{% blocktrans %}The maintenance mode is currently enabled. Please try again
later.{% endblocktrans %}
</span>
<p>
...
...
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
fa7656bc
·
3 years ago
mentioned in commit
fa7656bc
mentioned in commit fa7656bc176a827aacfa25c0cb9efd129518d99b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment