diff options
author | equinox <equinox@diac24.net> | 2011-09-27 01:13:46 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 01:14:06 +0200 |
commit | 628b4ee18af872ba51e8f07a5b5d2854b1721b2e (patch) | |
tree | 820241efc9c8d13d910f3a621f5d7b946759a0b8 /templates | |
parent | ab8912a8e03150ced5bb2d7bb19d02208b7747d4 (diff) |
python: use HTTP method; separate param validation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/create.html b/templates/create.html index fbf1323..eb2bdc1 100644 --- a/templates/create.html +++ b/templates/create.html @@ -9,7 +9,7 @@ <title>create</title> </head> <sub:bodyform> - <form action='docreate' method='POST'> + <form action='create' method='POST'> <div>uid: <input type='text' name='username' size="10" value="${username}"/></div> <b class="error" py:if="'username' in errors">${errors.username}</b> <div id="creatpw">password: <input type='password' name='password' size="10" value=""/></div> |