Skip to content
Snippets Groups Projects
Commit 7a2c6439 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'master' into dev

parents f9cea54f e4969345
No related branches found
No related tags found
No related merge requests found
......@@ -125,10 +125,10 @@ Stand: {% now "j. F Y H:i" %}\\
{# Display badge (for cancellations) #} {# Display notice and new line #}
{% if sub.badge %}
\normalsize\badge{ {{ sub.badge }} }
{% endif %} \color{ {{c}}} \large\textit{ {{sub.text|default:""}} } \\
{% endif %} \color{ {{c}}} \large\textit{ {{sub.text|default:""|safe}} } \\
{% endwith %}
{% endfor %}
\end{longtable}
\end{document}
\ No newline at end of file
\end{document}
......@@ -16,7 +16,6 @@
<p>
{% if element_container.substitution %}
{# SUBSTITUTION #}
{% if type == 1 and element_container.is_old %}
{# When it's the old room, let it empty #}
......
......@@ -98,11 +98,9 @@
<em>{{ sub.text|default:"" }}</em>
</td>
<td class="hide-on-small-and-down">
{% if sub.badge %}
<span class="badge new green darken-2">{{ sub.badge }}</span>
{% endif %}
</td>
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment