pytask/templates/error.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 15:09:44 +0530
changeset 548 53b0071346c4
parent 539 59e032315ab9
permissions -rw-r--r--
comma in the display list should not appear after last tag element.

{% extends "base.html" %}
{% block content %}
  <div class="exception">
    {{ error_message }}
  </div>
{% endblock %}