diff options
author | Clint Adams <clint@softwarefreedom.org> | 2012-10-24 17:16:15 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2012-10-24 17:16:15 -0400 |
commit | 10f6e8f4cce3303f53df359e0f40fcb5d584e85d (patch) | |
tree | d5e7d5adb3dc81ac8f127e13f1d934d601597c5b /templates/categorypage.hamlet | |
parent | 025eb70c992914fbdf018c189d358ae250d2eeb1 (diff) |
Category enablement self-service.
Diffstat (limited to 'templates/categorypage.hamlet')
-rw-r--r-- | templates/categorypage.hamlet | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/categorypage.hamlet b/templates/categorypage.hamlet new file mode 100644 index 0000000..fb4a756 --- /dev/null +++ b/templates/categorypage.hamlet @@ -0,0 +1,6 @@ +<h1>#{timeCategoryName cat} + +<p> + <form method=post action=@{CategoryR tcid}#form enctype=#{formEnctype}> + ^{formWidget} + <input type="submit" value="Submit"> |