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" %}
|
||||
|
||||
{% block body %}
|
||||
<div id='login-box'>
|
||||
<form method='post' action=''>
|
||||
<input type='text' name='user' />
|
||||
</form>
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div class="hero-unit">
|
||||
<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>
|
||||
{% endblock body %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue