Also populate / show the description field
This commit is contained in:
parent
9e6a19a95a
commit
8f1338e012
2 changed files with 12 additions and 2 deletions
|
@ -46,3 +46,6 @@ offer3_text: The text for the third offer
|
|||
---
|
||||
offer3_link: https://ungleich.ch
|
||||
---
|
||||
description:
|
||||
The real field [Nico](https://www.nico.schottelius.org) wants to use!
|
||||
---
|
||||
|
|
|
@ -3,6 +3,15 @@
|
|||
{% block subtitle %}{{ this.subtitle }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if this.description %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
{{ this.description }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="container">
|
||||
<div class="row mb-5">
|
||||
<div class="col-md-4">
|
||||
|
@ -19,7 +28,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-7">
|
||||
|
@ -32,7 +40,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-4">
|
||||
|
|
Loading…
Reference in a new issue