feat: Put howto in a card
This commit is contained in:
parent
e8f8fd25af
commit
b0a54df82c
@ -18,8 +18,10 @@
|
|||||||
<a class="btn2" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
|
<a class="btn2" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
|
||||||
</div>
|
</div>
|
||||||
{% if how_to %}
|
{% if how_to %}
|
||||||
<h1>{{ how_to.title }}</h1>
|
<div class="card">
|
||||||
{{ how_to.content | render_markdown }}
|
<h1>{{ how_to.title }}</h1>
|
||||||
|
{{ how_to.content | render_markdown }}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user