7 lines
161 B
HTML
7 lines
161 B
HTML
{% load i18n %}
|
|
{% load tags %}
|
|
|
|
<div>
|
|
<a href="{% url 'agenda_current_list_of_speakers' %}">{% trans 'Put me on the current list of speakers' %}</a>
|
|
</div>
|