--- a/src/main/resources/templates/geolocation.ssp Fri Aug 26 11:43:59 2011 -0400
+++ b/src/main/resources/templates/geolocation.ssp Fri Aug 26 11:44:21 2011 -0400
@@ -99,9 +99,15 @@
<table>
<tbody>
<tr>
-<th><label for='user_input'>Email:</label></th>
+<th><label for='user_name_input'>Name:</label></th>
<td>
-<input id='user_input' type="email" size='20' autocomplete='on'/>
+<input id='user_name_input' type="email" size='20' autocomplete='on'/>
+</td>
+</tr>
+<tr>
+<th><label for='user_email_input'>Email:</label></th>
+<td>
+<input id='user_email_input' type="email" size='20' autocomplete='on'/>
</td>
</tr>
<tr>