all plan pages now have date range form
This commit is contained in:
@@ -7,6 +7,16 @@
|
||||
{% block main %}
|
||||
<h1>Create Team Session</h1>
|
||||
|
||||
<p>
|
||||
<form enctype="multipart/form-data" method="get">
|
||||
<table>
|
||||
{{ dateform.as_table }}
|
||||
</table>
|
||||
<input type="Submit" value="Set Date Range">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
|
||||
<form enctype="multipart/form-data" action="" method="post">
|
||||
{% if form.errors %}
|
||||
<p style="color: red;">
|
||||
|
||||
Reference in New Issue
Block a user