fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New fnpdjango app with lots of common utils.
[prawokultury.git]
/
prawokultury
/
templates
/
base.html
diff --git
a/prawokultury/templates/base.html
b/prawokultury/templates/base.html
index
57ea892
..
6473962
100755
(executable)
--- a/
prawokultury/templates/base.html
+++ b/
prawokultury/templates/base.html
@@
-1,7
+1,7
@@
<!DOCTYPE html>
{% load url from future %}
{% load i18n static %}
<!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>
{% load compressed %}
<html prefix="og: http://ogp.me/ns#">
<head>
@@
-27,6
+27,7
@@
</div>
<div class="bar-right">
<div class="social">
</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>
{% url 'migdal_main' as main_url %}
{% share main_url "CopyCamp" "big" %}
</div>