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 | |
| parent | 1fe4ae72a5743d3a5ef8174c39dadd3246b34b18 (diff) | |
Option male was missing from registration form, changed .com to .org at top of terms.html
| -rw-r--r-- | templates/register.tpl | 2 | ||||
| -rw-r--r-- | terms.html | 2 |
2 files changed, 2 insertions, 2 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'> @@ -9,7 +9,7 @@ <body> -<h2 style='text-align: center;'>nutridb.com</h2> +<h2 style='text-align: center;'>nutridb.org</h2> <h3 style='text-align: center;'>Terms & Conditions of use</h2> <div style='margin-bottom: 4ex;'> <strong>Preamble</strong> |
