pytask/templates/templatetags/_as_modification_display.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Feb 2011 03:24:52 +0530
changeset 559 96e8e65a3738
parent 498 9f04b7bcc333
permissions -rw-r--r--
Display Pynts on task/textbook description page. Also make some style fixes.

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