Added a newline between form tables and submit button to better identify it visually.

Added a link to the HR page from the EVE API page to better point out the need to submit an application.
This commit is contained in:
Siebren Bakker
2010-08-06 12:55:25 -05:00
parent c0b4affbbc
commit 4ea56f11f2
9 changed files with 21 additions and 12 deletions

View File

@@ -12,6 +12,7 @@
<table>
{{ form }}
</table>
<br />
<input type="submit" value="{% trans "Create Account" %}" />
</form>
{% endblock %}