Skip to content
Snippets Groups Projects
Verified Commit c4fce618 authored by Jelle Besseling's avatar Jelle Besseling
Browse files

Make events summary in newsletter clickable

parent 7687fc82
No related tags found
1 merge request!1405Make events summary in newsletter clickable
......@@ -68,7 +68,7 @@
{% for row in agenda_events|rows_distributed:2 %}
<td style="vertical-align: top;">
{% for item in row %}
<li style="font-family: Arial, sans-serif;"><i>{{ item.title }} - {{ item.start|date:"d F" }}</i></li>
<li style="font-family: Arial, sans-serif;"><i><a href="{% baseurl %}{% url 'events:event' item.pk %}" style="text-decoration: none; color: {{ primary_color }};">{{ item.title }} - {{ item.start|date:"d F" }}</a></i></li>
{% endfor %}
</td>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment