summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/edit-iscritto.tt2
blob: e75765d361b80be786e108aad43799f99f4ed28c (plain)
1
2
3
4
5
6
7
<h1>Modifica [% iscritto.nome %]</h1>
<form action="[% Catalyst.uri_for('edit',iscritto.id) %]" 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>