]> git.decadent.org.uk Git - maypole.git/blobdiff - ex/fancy_example/templates/drinker/view
Drinker uses add_to_from_cgi and other stuff. Now it is a nice working
[maypole.git] / ex / fancy_example / templates / drinker / view
index 50a51cab3da7cc22c1360311d16667dec3bc28ae..fd85e885b08ba72482213fbfb5c1996581e64cd3 100644 (file)
@@ -20,13 +20,14 @@ Drinker  C<view> template displays drinker and from to drink beer.
 <div id="search">
 <form action="[% base _ "/" _ request.table _ "/" _ request.action _ "/" _ object.id %]" method="post">
 <fieldset>
-<legend> Drink a beer </legend>
+<legend> Drink a pint </legend>
 
 [% 
-       INCLUDE display_inputs classmetadata.columns=['pints'] ;%]
-
+       INCLUDE display_inputs classmetadata.columns=['pints'] ;
+%]
 
 <input type='submit'name='submit' value='Hellyeah!'\>
+
 </fieldset>
 </form>