pytask/templates/templatetags/_as_modification_display.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:38:21 +0530
changeset 558 fd3e6f5f01bd
parent 498 9f04b7bcc333
permissions -rw-r--r--
Use the form helpers templatetag module in the addreviewer template.

<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>