Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIC-Desk
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
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
TIC-Desk
Commits
45728aef
Commit
45728aef
authored
6 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Add template.
parent
f9f68a68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
Maintenance mode
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ticdesk/static/maintenance_dolphin.png
+0
-0
0 additions, 0 deletions
ticdesk/static/maintenance_dolphin.png
ticdesk/templates/503.html
+31
-0
31 additions, 0 deletions
ticdesk/templates/503.html
with
31 additions
and
0 deletions
ticdesk/static/maintenance_dolphin.png
0 → 100644
+
0
−
0
View file @
45728aef
45.6 KiB
This diff is collapsed.
Click to expand it.
ticdesk/templates/503.html
0 → 100644
+
31
−
0
View file @
45728aef
{% extends "ticdesk/base.html" %}
{% load bootstrap3 i18n staticfiles %}
{% block inner_content %}
<h1>
{% blocktrans %}Wartungsmodus{% endblocktrans %}
</h1>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-md-7 offset-md-1"
>
<p>
{% blocktrans %}
TIC-Desk befindet sich momentan im Wartungsmodus!
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Die Administratoren arbeiten gerade an Problemen oder etablieren neue
Funktionen.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Wir entschuldigen uns für die Unannehmlichkeiten und bitten um
Verständnis. Bitte versuche es später erneut.
{% endblocktrans %}
</p>
</div>
<div
class=
"col-xs-12 col-md-3"
>
<img
src=
"{% static 'maintenance-dolphin.png' %}"
alt=
"Maybe something new will be developed…"
class=
"full-width"
/>
</div>
</div>
{% endblock %}
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