summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-03-08 19:43:41 +0000
committerNathan Kinkade <nath@nkinka.de>2008-03-08 19:43:41 +0000
commit5a0b2aaf9877019e1dfcff304a0469857cfe3171 (patch)
tree6918087b2e971683449353ac9ec513415f2584d1 /templates
parent84cfb2ce8ab11dc36152948e71108dbfafd214c4 (diff)
Change field name age to birthday in reg. form, which was causing JS validation to break.
Diffstat (limited to 'templates')
-rw-r--r--templates/register.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl
index 89fc98e..df1d810 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -50,8 +50,8 @@
</div>
<div class='standardMargins'>
<select name='gender'>
+ <option value='Female' selected='selected'>Female</option>
<option value='Female'>Female</option>
- <option value='Male'>Male</option>
</select> <strong>Gender</strong>
</div>
<div class='standardMargins'>