# HG changeset patch # User cavaliet # Date 1395069450 -3600 # Node ID f5dba584d140df33e1043fcfac584fa2dfc20104 # Parent b69347b6a914f5bf4d5c0bee5049f63290fe1d79 share link for real diff -r b69347b6a914 -r f5dba584d140 src/egonomy/settings.py --- a/src/egonomy/settings.py Fri Mar 14 16:27:58 2014 +0100 +++ b/src/egonomy/settings.py Mon Mar 17 16:17:30 2014 +0100 @@ -111,6 +111,7 @@ "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media", + "django.core.context_processors.request", "django.core.context_processors.static", "django.core.context_processors.tz", "django.contrib.messages.context_processors.messages", diff -r b69347b6a914 -r f5dba584d140 src/egonomy/templates/egonomy_annotate_picture.html --- a/src/egonomy/templates/egonomy_annotate_picture.html Fri Mar 14 16:27:58 2014 +0100 +++ b/src/egonomy/templates/egonomy_annotate_picture.html Mon Mar 17 16:17:30 2014 +0100 @@ -87,8 +87,8 @@ {% endif %} {% endif %}
diff -r b69347b6a914 -r f5dba584d140 src/egonomy/templates/egonomy_view_fragment.html --- a/src/egonomy/templates/egonomy_view_fragment.html Fri Mar 14 16:27:58 2014 +0100 +++ b/src/egonomy/templates/egonomy_view_fragment.html Mon Mar 17 16:17:30 2014 +0100 @@ -92,8 +92,8 @@ {% endif %} {% endif %}
diff -r b69347b6a914 -r f5dba584d140 src/egonomy/templates/partial/collection_in_list.html --- a/src/egonomy/templates/partial/collection_in_list.html Fri Mar 14 16:27:58 2014 +0100 +++ b/src/egonomy/templates/partial/collection_in_list.html Mon Mar 17 16:17:30 2014 +0100 @@ -1,11 +1,12 @@ {% load static %} {% load i18n %} {% load thumbnail %} +{% load absurl %} {# we suppose here that "col" has been defined #}
diff -r b69347b6a914 -r f5dba584d140 src/egonomy/templates/partial/fragment_in_list.html --- a/src/egonomy/templates/partial/fragment_in_list.html Fri Mar 14 16:27:58 2014 +0100 +++ b/src/egonomy/templates/partial/fragment_in_list.html Mon Mar 17 16:17:30 2014 +0100 @@ -1,4 +1,5 @@ {% load i18n %} +{% load absurl %} {# we suppose here that "frg" has been defined #} {% with fragment=frg.object|default:frg %}{# frg.object in search case, frg otherwise #}