Child: [462c18] (diff)

Download this file

award_not_found.html    12 lines (8 with data), 223 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{% extends 'jinja_master/master.html' %}
{% block title %}Award Not Found{% endblock %}
{% block header %}Awards{% endblock %}
{% block content %}
<p>
No such award.
</p>
{% endblock %}