apply new navigation to publisher pages
[mygpo.git] / mygpo / publisher / templates / link.html
blob6968c71f8a2f9f13b58906b76f88252731c80d43
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% load menu %}
5 {% block mainmenu %}{{ "/publisher/"|main_menu }}{% endblock %}
6 {% block sectionmenu %}{{ "/publisher/link/"|section_menu }}{% endblock %}
8 {% block title %}{% trans "For Podcast Authors" %}{% endblock %}
10 {% block content %}
11 <h1>{% trans "Link to" %} {{url}}</h1>
13 <p><img src="/media/author_subscribe.png" /></p>
14 <p>{% trans "You can paste this code on your website, so users of mygpo can directly subscribe to your podcast!" %}</p>
15 <p>{% trans "Change the field 'YOUR_ADRESS' with the adress of your podcast." %}</p>
16 <p>
17 <textarea cols="80" rows="1"><a href="http://{{ url }}/subscribe?url=YOUR_ADRESS"><img src="http://{{ url }}/media/author_subscribe.png" /></a></textarea>
18 </p>
19 {% endblock %}