singular or plural
This commit is contained in:
parent
e8b39f6c47
commit
ac19cde93b
|
@ -2,8 +2,8 @@
|
|||
|
||||
{% block program_content %}
|
||||
<a href="{% url 'call-for-speakers' %}" class="btn">Call for Speakers</a>
|
||||
<a href="{% url 'schedule:speakers_index' %}" class="btn">Speakers</a>
|
||||
<a href="{% url 'schedule:events_index' %}" class="btn">Talks & Events</a>
|
||||
<a href="{% url 'schedule:speaker_index' %}" class="btn">Speakers</a>
|
||||
<a href="{% url 'schedule:event_index' %}" class="btn">Talks & Events</a>
|
||||
|
||||
<a href="{% url 'schedule:index' %}" style="background-color: black; border: 0; color: white; display: inline-block; padding: 5px;">
|
||||
All
|
||||
|
|
Loading…
Reference in a new issue