templates/close_feedback.html
author nishanth
Tue, 20 Apr 2010 22:05:32 +0530
changeset 21 ff6d34fc7137
parent 8 182e4a773ef2
child 37 1141580fb82f
permissions -rw-r--r--
added the quiz complete functionality

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