apply new navigation to publisher pages
[mygpo.git] / mygpo / publisher / templates / publisher / info.html
blob2ff174e2ad8b92134af2191c129b2bff475aafc4
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load podcasts %}
5 {% load menu %}
6 {% block mainmenu %}{{ "/publisher/"|main_menu }}{% endblock %}
7 {% block sectionmenu %}{{ "/publisher/"|section_menu }}{% endblock %}
9 {% block title %}{% trans "Publisher Pages" %}{% endblock %}
11 {% block content %}
12 <h1>{% trans "Publisher Pages" %}</h1>
14 <p>On the <strong>{{site}} Publisher Pages</strong> you can find valuable information about the Podcasts published by you.</p>
16 <p>The Publisher Pages are currently in Beta, but if you are publishing a podcast listed on {{site}}, feel free to apply by sending a mail with
17 <ul>
18 <li>the name and URL of the podcast you are publishing</li>
19 <li>an email address that is visible somewhere on the podcast's website (to legitimate you)
20 </ul>
21 to <a href="mailto:stefan@gpodder.net">stefan@gpodder.net</a>.</p>
23 <strong>If you already are registered as a publisher, please <a href="/login/?next=/publisher/">login</a>.</strong>
25 {% endblock %}