New fnpdjango app with lots of common utils.
[prawokultury.git] / prawokultury / templates / base.html
index 57ea892..6473962 100755 (executable)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 {% load url from future %}
 {% load i18n static %}
-{% load common_tags migdal_tags share %}
+{% load fnp_common migdal_tags fnp_share %}
 {% load compressed %}
 <html prefix="og: http://ogp.me/ns#">
     <head>
@@ -27,6 +27,7 @@
         </div>
         <div class="bar-right">
             <div class="social">
+                <a href="{% url 'contact_form' 'register' %}">register!</a>
                 {% url 'migdal_main' as main_url %}
                 {% share main_url "CopyCamp" "big" %}
             </div>