From 886a2d96c665346ad440e3238bff73795c63ab39 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 31 Mar 2014 13:56:52 +0200 Subject: [PATCH] Switch to django_gravatar2 tags. --- migdal/templates/comments/migdal/entry/list.html | 4 ++-- migdal/templates/comments/migdal/entry/preview.html | 2 +- migdal/templates/migdal/entry/entry_begin.html | 2 +- migdal/templates/migdal/last_comments.html | 3 +-- setup.py | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/migdal/templates/comments/migdal/entry/list.html b/migdal/templates/comments/migdal/entry/list.html index 59510ee..4d7fffd 100644 --- a/migdal/templates/comments/migdal/entry/list.html +++ b/migdal/templates/comments/migdal/entry/list.html @@ -6,7 +6,7 @@
{% for comment in comment_list %}
- Avatar + Avatar
{% if comment.url %} @@ -23,4 +23,4 @@
{% endfor %}
-
\ No newline at end of file +
diff --git a/migdal/templates/comments/migdal/entry/preview.html b/migdal/templates/comments/migdal/entry/preview.html index 7b489e9..3560b01 100644 --- a/migdal/templates/comments/migdal/entry/preview.html +++ b/migdal/templates/comments/migdal/entry/preview.html @@ -22,7 +22,7 @@
- Avatar + Avatar
{{ form.name.value }}
diff --git a/migdal/templates/migdal/entry/entry_begin.html b/migdal/templates/migdal/entry/entry_begin.html index e452a53..62206c0 100644 --- a/migdal/templates/migdal/entry/entry_begin.html +++ b/migdal/templates/migdal/entry/entry_begin.html @@ -1,7 +1,7 @@ {% load i18n %} {% load gravatar thumbnail %} -Avatar +Avatar {% if detail %}

{{ object.title }}

{% else %} diff --git a/migdal/templates/migdal/last_comments.html b/migdal/templates/migdal/last_comments.html index 8deba13..da74b11 100644 --- a/migdal/templates/migdal/last_comments.html +++ b/migdal/templates/migdal/last_comments.html @@ -1,4 +1,3 @@ -{% load gravatar %} {% load fnp_markup %}
    {% for comment in object_list %} @@ -10,4 +9,4 @@ {% endfor %} -
\ No newline at end of file + diff --git a/setup.py b/setup.py index 437b856..371846c 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='django-migdal', - version='0.3.3', + version='0.4', author='Radek Czajka', author_email='radoslaw.czajka@nowoczesnapolska.org.pl', url = '', -- 2.20.1