pytask/templates/templatetags/_as_modification_display.html
changeset 498 9f04b7bcc333
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/templatetags/_as_modification_display.html	Thu Jan 20 17:42:46 2011 +0530
@@ -0,0 +1,6 @@
+<div id="modification">
+  Created on {{ modification_datetime|date:"r" }} by
+  <a href="{% url view_user_profile user.id %}">
+    {{ user.get_profile.full_name }}
+  </a>
+</div>
\ No newline at end of file