]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/reviser_info.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / node / reviser_info.html
index ac3df282bc898979b5e7bffeffaf06697d82728d..5dc5e4f08c2765c5d966d6f2632e04984f482258 100644 (file)
@@ -1,9 +1,9 @@
-{% load extra_tags %}\r
-<div class='post-update-info'>\r
-    <p style="line-height:12px;">\r
-        <strong>{% diff_date revision.revised_at %}</strong>\r
-    </p>\r
-    <a href="{{ revision.author.get_profile_url }}">{% gravatar revision.author 32 %}</a>\r
-    <p><a href="{{ revision.author.get_profile_url }}">{{ revision.author.username }}</a><br/>\r
-    {% get_score_badge revision.author %}</p>\r
+{% load extra_tags %}
+<div class='post-update-info'>
+    <p style="line-height:12px;">
+        <strong>{% diff_date revision.revised_at %}</strong>
+    </p>
+    <a href="{{ revision.author.get_profile_url }}">{% gravatar revision.author 32 %}</a>
+    <p><a href="{{ revision.author.get_profile_url }}">{{ revision.author.username }}</a><br/>
+    {% get_score_badge revision.author %}</p>
 </div>
\ No newline at end of file