diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-03-26 16:56:57 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-03-26 16:56:57 +0000 |
| commit | ce74c301d5ce811b503f38efa35ff505db6ee8cb (patch) | |
| tree | 30a420ff8e361c886e9bb90a2a8e7ebd3913eeaa /templates | |
| parent | 1fe4ae72a5743d3a5ef8174c39dadd3246b34b18 (diff) | |
Option male was missing from registration form, changed .com to .org at top of terms.html
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/register.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl index df1d810..fefc7e6 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -51,7 +51,7 @@ <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'> |
