Skip to content

Commit

Permalink
Heading and title for topics page - 3514
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed May 6, 2016
1 parent d436629 commit e5fdf53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions talks/templates/events/topic_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
{% load staticfiles %}
{% load users %}

{% block title %}Public Collections{% endblock %}
{% block title %}Topics{% endblock %}

{% block extrahead %}

{% endblock %}

{% block content %}

<h1>Topics</h1>

<ul class="list-group">

{% for topic in topics %}
<li class="list-group-item"><a href="{% url 'show-topic' %}?uri={{ topic.uri }}">{{ topic.prefLabel }}</a></li>
{% endfor %}
</ul>

{% endblock %}
{% endblock %}

0 comments on commit e5fdf53

Please sign in to comment.