aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/new.mako
blob: 2329408f7ddc0de0d37f030ef02f31a88c6abd80 (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" name="add" value="ADD" class="button">
</form>