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>
|
||||
</div>
|
||||
{% if how_to %}
|
||||
<h1>{{ how_to.title }}</h1>
|
||||
{{ how_to.content | render_markdown }}
|
||||
<div class="card">
|
||||
<h1>{{ how_to.title }}</h1>
|
||||
{{ how_to.content | render_markdown }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user