feat: Put howto in a card

This commit is contained in:
moanos [he/him] 2024-08-08 18:34:08 +02:00
parent e8f8fd25af
commit b0a54df82c

View File

@ -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 %}