Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
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
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Teckids
Team PR
teckids.org
Commits
167e3786
Unverified
Commit
167e3786
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Re-introduce message about incomplete pages
parent
b2398e9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/pages/content.html
+9
-3
9 additions, 3 deletions
templates/pages/content.html
with
9 additions
and
3 deletions
templates/pages/content.html
+
9
−
3
View file @
167e3786
...
...
@@ -5,9 +5,15 @@
<div
class=
"container"
>
<h1
class=
"title is-1"
>
{{ page.title }}
</h1>
{% block content %}
<div
class=
"content mt-4"
>
{{ page.content | safe }}
</div>
{% if page.content %}
<div
class=
"content mt-4"
>
{{ page.content | safe }}
</div>
{% else %}
{% set title = "Diese Seite fehlt leider noch" -%}
{% set body = "Da der Aufbau unserer neuen Website sehr aufwendig ist, sind die Informationen auf dieser Seite leider noch nicht vollständig." -%}
{% include "shortcodes/message.html" %}
{% endif %}
{% endblock content %}
</div>
</section>
...
...
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