]> Dogcows Code - chaz/chatty/blob - root/tt/chat/create.tt
create, list, and room viewing implemented
[chaz/chatty] / root / tt / chat / create.tt
1 [% META title = 'Create a Chat Room' -%]
2 [% BLOCK js -%]
3 $('form').validationEngine();
4 [% END -%]
5 <h1>Create a Chat Room</h1>
6 [% form.render %]
This page took 0.033485 seconds and 4 git commands to generate.