v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-19 07:40:08 -07:00

feed link title

This commit is contained in:
Alexandr Nesterenko 2016-07-21 13:23:01 -07:00
parent 3c1ca29252
commit e2b029d536

View File

@ -18,7 +18,7 @@
<div class="media-body"> <div class="media-body">
<h4 class="media-heading">{% trans 'subscribe.your_feed' %}:</h4> <h4 class="media-heading">{% trans 'subscribe.your_feed' %}:</h4>
<h3> <h3>
<a href="{{ feed_url }}" target="_blank">{% if request.is_secure %}http{% else %}https{% endif %}://{{ request.get_host }}{{ feed_url }}</a> <a href="{{ feed_url }}" target="_blank">http://politepol.com{{ feed_url }}</a>
</h3> </h3>
</div> </div>