diff options
Diffstat (limited to 'templates/program/boxes/showinformation.html')
-rw-r--r-- | templates/program/boxes/showinformation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html index ede17e2..ac4dc2c 100644 --- a/templates/program/boxes/showinformation.html +++ b/templates/program/boxes/showinformation.html @@ -5,7 +5,7 @@ <ul> {% for item in showinformations %} <li> - <a class="abbrev si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a> + <a title="Sendungen mit der Information {{item.information}} anzeigen." class="abbrev si-{{ item.abbrev }}" href="?showinformation={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |