summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/nuovo-iscritto.tt2
blob: 91bbfb95bbfed80de755418f8878fe18448949b9 (plain)
1
2
3
4
5
6
7
<h1>Nuovo iscritto</h1>
<form action="[% Catalyst.uri_for('nuovo') %]" method="post">
<p><label for="nome">nome</label> <input type="text" id="nome" name="nome" value="[% iscritto.nome %]" /></p>
<p><label for="email">email</label> <input type="text" id="email" name="email" value="[% iscritto.email %]" /></p>
<p><label for="note">note</label> <input type="text" id="note" name="note" value="[% iscritto.note %]" /></p>
<p><input type="submit" /></p>
</form>