pytask/templates/error.html
changeset 12 c823b42970a4
equal deleted inserted replaced
11:d28fcc644fbb 12:c823b42970a4
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3     {% if error_msg %}
       
     4     {{error_msg}}<br />
       
     5     <a href="/">click here</a> to return to Homepage
       
     6     {% endif %}
       
     7 {% endblock %}