add link to feed + update requirements
authorJan Szejko <janek37@gmail.com>
Wed, 5 Apr 2017 15:12:00 +0000 (17:12 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 5 Apr 2017 15:12:00 +0000 (17:12 +0200)
prawokultury/templates/base.html
requirements.txt

index e479416..f0d3a84 100644 (file)
@@ -20,6 +20,7 @@
         <meta property='og:type' content='{% block ogtype %}website{% endblock %}' />
         <meta property='og:image' content='{% block ogimage %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' />
         <meta property='og:locale' content='pl_PL' />
+        <link href="{% url 'migdal_main_feed' %}" rel="alternate" type="application/rss+xml" title="{% trans "Right to Culture" %}" />
         {% block headextra %}{% endblock %}
     </head>
     <body>
index 7a2c3d4..c838905 100644 (file)
@@ -12,7 +12,6 @@ django-migdal>=0.5.1,<0.6
 fnpdjango>=0.2.2,<0.3
 
 python-slugify
-textile==2.2.0
 django-markupfield>=1.2,<1.3
 django-gravatar2
 django-comments-xtd>=1.2,<1.3