Merge branch 'hyperkitty-link' into 'master'
Fix the link to HyperKitty to be more specific

See merge request !3
commit c41dc4a044328ab6138167390af12ab9af778c35
2 parents a3a3d10 + 2c6dcdf
@Abhilash Raj Abhilash Raj authored on 31 Aug 2015
Showing 1 changed file
View
3
■■
src/postorius/templates/postorius/lists/summary.html
<p>{{list.settings.description }}</p>
 
{% if hyperkitty_url %}
<h2>{% trans 'Archived messages' %}</h2>
{% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %}
{% blocktrans %}
To see the prior postings to this list, visit
<a href="{{ hyperkitty_url }}">the archives</a>.
<a href="{{ hyperkitty_list_url }}">the archives</a>.
{% endblocktrans %}
{% endif %}
 
<dl>