linting
This commit is contained in:
@ -412,9 +412,7 @@
|
||||
{% for activity in activities %}
|
||||
<li>
|
||||
<strong>{{ activity.created_at | date(format="%d. %m. %Y") }}:</strong> <small>{{ activity.text }}
|
||||
{% if activity.keep_until_days %}
|
||||
(⏳ {{ activity.keep_until_days }} Tage)
|
||||
{% endif %}
|
||||
{% if activity.keep_until_days %}(⏳ {{ activity.keep_until_days }} Tage){% endif %}
|
||||
</small>
|
||||
</li>
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user