implemented more constraints on the register for test page
{% extends "base.html" %}{% block content %}Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}<br /> {{workshop_report|unordered_list}}{% endblock %}