Skip to content
Snippets Groups Projects
Commit 6ff42742 authored by runemaster's avatar runemaster
Browse files

Fixed stupid error I made :)

parent f2c8d5da
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ template.posted=http_request.query;
template.errs=new Object;
/* Plain GET with no query, just display the sign-up page */
if(http_request.method=='get') {
if(http_request.method=='GET') {
template.gender_list='<select name="gender">\n<option value="M">Male</option>\n<option value="F">Female</option>\n</select>';
showform();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment