data/templates/login.htm - CLEAN: removed extraneous formatting and unneeded sidebar
authorJustin J. Novack <jnovack@gmail.com>
Sun, 16 Sep 2012 15:39:13 +0000 (11:39 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Sun, 16 Sep 2012 15:39:13 +0000 (11:39 -0400)
data/templates/login.htm

index 13d86beb71bd052eea0aea15919605a215307ab6..154994adde15a1dd613178f441631c01dc722ff7 100644 (file)
@@ -3,13 +3,8 @@
 
 {% block content %}
 
-<!-- Simple OpenID Selector -->
 <link rel="stylesheet" href="css/openid.css" />
 
-<style type="text/css">
-/* Basic page formatting. */
-</style>
-
 <form method="post" action="/auth" id="openid_form">
   <input id="start" name="start" type="hidden" value="submit" />
   <input id="sreg" name="sreg" type="hidden" value="on" />
     </div>
   </div>
 </fieldset>
-{% endblock %}
 
-{% block sidebar %}
- {% if recents.results %}
- <h3>Recently created</h3>
- <ul>
- {% for repo in recents.repos %}
-   {% include 'repo-sidebar-list.htm' %}
- {% endfor %}
- </ul>
- {% endif %}
+</form>
 {% endblock %}