]> Dogcows Code - chaz/chatty/blobdiff - root/tt/chat/create.tt
create, list, and room viewing implemented
[chaz/chatty] / root / tt / chat / create.tt
diff --git a/root/tt/chat/create.tt b/root/tt/chat/create.tt
new file mode 100644 (file)
index 0000000..ea23f10
--- /dev/null
@@ -0,0 +1,6 @@
+[% META title = 'Create a Chat Room' -%]
+[% BLOCK js -%]
+$('form').validationEngine();
+[% END -%]
+<h1>Create a Chat Room</h1>
+[% form.render %]
This page took 0.019752 seconds and 4 git commands to generate.