Hero unit for the front page; removing the login form
This commit is contained in:
parent
76cd6cee02
commit
959197b8c7
1 changed files with 8 additions and 4 deletions
|
@ -2,9 +2,13 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div id='login-box'>
|
<div class="row-fluid">
|
||||||
<form method='post' action=''>
|
<div class="span12">
|
||||||
<input type='text' name='user' />
|
<div class="hero-unit">
|
||||||
</form>
|
<h1>Rogue Ojii of Wales</h1>
|
||||||
|
<p><a class="btn btn-large btn-primary" href="/login/github/">Login with
|
||||||
|
GitHub</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue