pytask/templates/error.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 539 59e032315ab9
permissions -rw-r--r--
Base views should take keyword arguments and should use them for URLs.

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