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
f4e763a1
Commit
f4e763a1
authored
6 years ago
by
Tom Teichler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of edugit.org:Teckids/ticdesk
parents
0804d259
a6319549
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
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
32 additions
and
1 deletion
setup.py
+
1
−
1
View file @
f4e763a1
...
...
@@ -20,7 +20,7 @@ setup(
'
django-leaflet
'
,
'
django-localflavor
'
,
'
django-tables2
'
,
'
maintenance
_
mode
'
,
'
django-
maintenance
-
mode
'
,
'
geopy
'
,
'
latex
'
,
'
pexpect
'
,
...
...
This diff is collapsed.
Click to expand it.
ticdesk/static/maintenance_dolphin.png
0 → 100644
+
0
−
0
View file @
f4e763a1
45.6 KiB
This diff is collapsed.
Click to expand it.
ticdesk/templates/503.html
0 → 100644
+
31
−
0
View file @
f4e763a1
{% 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