diff --git a/theme/templates/page.html b/theme/templates/page.html index d1e066ef3587e2fbe1da52833436f8c291cf9165..286b2c73e455d551ef37179430f8d2fc3f5c698d 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -21,10 +21,10 @@ {% endif %} {% endif %} {% if content.group == "en" %} - <li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets: Waiting List</a></li> + <li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li> <li><a href="/index.html" aria-label="diese Seite auf Deutsch"><img src="/static/img/de.png" alt="german"></a></li> {% else %} - <li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets: Warteliste</a></li> + <li><a href="https://smaut.stratum0.org/hoa/hoa2020/">Tickets</a></li> <li><a href="/en.html" aria-label="this page in english"><img src="/static/img/gb.png" alt="englisch"></a></li> {% endif %} </ul>