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
fa7656bc
Verified
Commit
fa7656bc
authored
3 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix icon tags in error templates
(cherry picked from commit
9f8dc0b4
)
parent
0cbf9001
No related branches found
No related tags found
1 merge request
!697
Prepare release 2.0rc4
Pipeline
#24952
failed
3 years ago
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
2
Pipelines
1
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 @
fa7656bc
...
...
@@ -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 @
fa7656bc
...
...
@@ -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.
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