Skip to content
Snippets Groups Projects
Commit 0b02efb9 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

broadcastformat link fixed

parent 0c4f36c7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<dt class="portletHeader"><span>Legende<span></dt> <dt class="portletHeader"><span>Legende<span></dt>
{% for broadcastformat in broadcastformats %} {% for broadcastformat in broadcastformats %}
<dd class="portletItem bcformat bf-{{ broadcastformat.slug }}"> <dd class="portletItem bcformat bf-{{ broadcastformat.slug }}">
<a title="Sendungen mit dem Sendungsformat {{broadcastformat.format}} anzeigen." href="../?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a> <a title="Sendungen mit dem Sendungsformat {{broadcastformat.format}} anzeigen." href="?broadcastformat={{ broadcastformat.slug }}">{{ broadcastformat.format }}</a>
</dd> </dd>
{% endfor %} {% endfor %}
</dl> </dl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment