|
@@ -58,13 +58,13 @@ content_html = """
|
|
|
<p>Freie Plätze!</p>
|
|
<p>Freie Plätze!</p>
|
|
|
{% if product.beschreibung %}
|
|
{% if product.beschreibung %}
|
|
|
<h3>Beschreibung</h3>
|
|
<h3>Beschreibung</h3>
|
|
|
- <p>{{ product.beschreibung }}</p>
|
|
|
|
|
|
|
+ <div>{{ product.beschreibung | safe }}</div>
|
|
|
{% endif %} {% if product.claim %}
|
|
{% endif %} {% if product.claim %}
|
|
|
<h3>Claim</h3>
|
|
<h3>Claim</h3>
|
|
|
- <p>{{ product.claim }}</p>
|
|
|
|
|
|
|
+ <div>{{ product.claim | safe }}</div>
|
|
|
{% endif %} {% if product.learning %}
|
|
{% endif %} {% if product.learning %}
|
|
|
<h3>Learning</h3>
|
|
<h3>Learning</h3>
|
|
|
- <p>{{ product.learning }}</p>
|
|
|
|
|
|
|
+ <div>{{ product.learning | safe }}</div>
|
|
|
{% endif %} {% if product.status %}
|
|
{% endif %} {% if product.status %}
|
|
|
<h3>Status</h3>
|
|
<h3>Status</h3>
|
|
|
<p>{{ product.status }}</p>
|
|
<p>{{ product.status }}</p>
|