Overdue fixes.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 20 Jun 2013 10:11:18 +0000 (12:11 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 20 Jun 2013 10:11:18 +0000 (12:11 +0200)
edumed/contact_forms.py
edumed/settings.d/50-static.py
edumed/templates/base.html
requirements.txt

index d969929..da669e4 100644 (file)
@@ -27,7 +27,7 @@ class CooperateForm(ContactForm):
 class ContestForm(ContactForm):
     form_tag = 'konkurs'
     form_title = u"Zgłoś się do konkursu"
-    admin_list = ['name', 'organization', 'title']
+    admin_list = ['nazwisko', 'instytucja', 'tytul']
 
     nazwisko = forms.CharField(label=u'Imię i nazwisko', max_length=128)
     contact = forms.EmailField(label=u'Adres e-mail', max_length=128)
index 835c8a5..4013a66 100644 (file)
@@ -25,8 +25,6 @@ PIPELINE_CSS = {
           'catalogue/css/section_list.scss',
           'curriculum/curriculum.scss',
           'jquery/colorbox/colorbox.css',
-
-          'css/annoy.css',
         ),
         'output_filename': 'compressed/base.css',
     },
@@ -42,8 +40,6 @@ PIPELINE_JS = {
             'catalogue/js/lesson.js',
             'sponsors/js/sponsors.js',
             'curriculum/curriculum.js',
-
-            'js/annoy.js',
         ),
         'output_filename': 'compressed/base.js',
     },
index 4e2554c..83f7e0d 100644 (file)
@@ -25,8 +25,6 @@
         <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script></script><![endif]-->
     </head>
     <body id="{% block body-id %}body{% endblock %}">
-        {% include "annoy.html" %}
-
         <div id="header-wrapper">
         <header class="main" style="position:relative;">
             <!--img
index a8b89af..b26724b 100644 (file)
@@ -3,6 +3,7 @@
 Django>=1.4,<1.5
 South>=0.7.4
 django-pipeline>=1.2,<1.3
+python-memcached
 piwik
 #pyScss
 #git+git://github.com/Kronuz/pyScss.git@d8f4da23a3c87696a75b3830ed4ab49b75550a93#egg=pyScss