Fix HyperKitty detection
1 parent 7f130cb commit 29112c2fcdc9a5ca7c689b8644cbaa707d0ad7af
@Aurélien Bompard Aurélien Bompard authored on 13 Aug 2016
Showing 1 changed file
View
2
■■■
src/postorius/templates/postorius/lists/summary.html
<p>{{ list.settings.description }}</p>
<p>{% trans 'To contact the list owners, use the following email address:' %} <em>{{ list.settings.owner_address }}</em></p>
 
{# Archives #}
{% if hyperkitty_url %}
{% if 'hyperkitty' in INSTALLED_APPS %}
{% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %}
{% blocktrans %}
<p>To see the prior postings to this list, visit
<a href="{{ hyperkitty_list_url }}">the archives</a>.</p>