templates/close_feedback.html
author nishanth
Tue, 20 Apr 2010 09:55:46 +0530
changeset 11 afc41af983e5
parent 8 182e4a773ef2
child 37 1141580fb82f
permissions -rw-r--r--
added show_report functionality

{% extends "base.html" %}
{% block content %}
	Feedback for day {{day}} of {{event.title}} has been successfully closed.<br />
{% endblock %}