New webpage style.

This commit is contained in:
2010-03-09 23:47:21 +00:00
parent 0881634127
commit 1b74e8f272
7 changed files with 144 additions and 23 deletions

View File

@@ -5,10 +5,12 @@
{% block content %}
<p>Please fill in your API key as provided on the <a
href="http://eve-online.com/api">EVE Online API
page</a></p>
page</a> and a optional description.</p>
<form action="/profile/add/eveapi" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Add Key" />
</form>
{% endblock %}