diff options
| -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> |
