pytask/templates/templatetags/_as_modification_display.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:51:08 +0530
changeset 524 b942d6e3d204
parent 498 9f04b7bcc333
permissions -rw-r--r--
Fix the font size of the text in input boxes.

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