]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/reviser_info.html
8b4604720231498187807ed2814106940b7636ce
[osqa.git] / forum / skins / default / templates / node / reviser_info.html
1 {% load extra_tags %}\r
2 <div class='post-update-info'>\r
3     <p style="line-height:12px;">\r
4         <strong>{% diff_date revision.revised_at %}</strong>\r
5     </p>\r
6     {% gravatar revision.author 32 %}\r
7     <p><a href="{{ revised_at.author.get_profile_url }}">{{ revision.author.username }}</a><br/>\r
8     {% get_score_badge revision.author %}</p>\r
9 </div>