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

@@ -3,14 +3,15 @@
{% block title %}Add Reddit Account{% endblock %}
{% block content %}
<p>This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the
<p>This will bind a Reddit account to your Auth Gateway login, this is usually required for application to the
corporation</p>
<p>Please note, you will be forever tied to this account and posts and comments made on this account will be checked
<p>Please note, you will be forever tied to this account and posts and comments made on this account will be checked
on from time to time</p>
<form action="{% url sso.views.reddit_add %}" method="post">
<table>
{{ form.as_table }}
</table>
<br />
<input type="submit" value="Add Account" />
</form>
{% endblock %}