example of how to create forms that return users to the URI they came from
[catagits/Reaction.git] / share / skin / componentui / layout / bar / create.tt
CommitLineData
a6e66122 1=widget Action
2
3=extends action
4
5=for layout container_list
6
7<input type="hidden" name="return_to_uri" value="[% return_to_uri %]">
8[% call_next %]
9
10=cut