aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/new.mako
blob: 169a2f038c1c677715bb01c24489d648eaaa4835 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*- 
<%inherit file="jm2l:templates/layout.mako"/>

<h1>Add a new task</h1>

<form action="/Staff/new" method="post">
  <input type="text" maxlength="100" name="name">
  <input type="submit" class="btn btn-primary" name="add" value="ADD" class="button">
</form>