pytask/templates/task/approved_textbook.html
changeset 431 fcc87a3f0311
parent 417 b37e541bf950
child 435 1217d808d70f
--- a/pytask/templates/task/approved_textbook.html	Sun Jan 16 23:16:21 2011 +0530
+++ b/pytask/templates/task/approved_textbook.html	Sun Jan 16 23:17:13 2011 +0530
@@ -1,5 +1,8 @@
-{% extends 'base.html' %}
+{% extends "base.html" %}
 {% block content %}
-The textbook <a href="{% url view_textbook textbook.id %}">{{textbook.name}}</a> has been approved.<br />
+The textbook <a href="{% url view_textbook textbook.id %}">
+{{textbook.name}}</a> has been approved.
+<br />
+
 The textbook will now be public.
 {% endblock %}