initial commit
This commit is contained in:
8
template/form-week.html
Normal file
8
template/form-week.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<label for="week-from">Week vanaf</label>
|
||||
<select name="week-from" id="week-from">
|
||||
{OPTIONS-FROM}
|
||||
</select>
|
||||
<label for="week-to">Week tot</label>
|
||||
<select name="week-to" id="week-to">
|
||||
{OPTIONS-TO}
|
||||
</select>
|
||||
Reference in New Issue
Block a user