Add RDFa data to our library pages.
[htsworkflow.git] / htsworkflow / frontend / templates / registration / login.html
index cd28d5997ee32092f85fc4b8cdecac82f08bcde0..1f053df6e6538c96311fb1afb11b8be56b6e109b 100644 (file)
@@ -1,10 +1,11 @@
-{% extends "app_base.html" %}
+{% extends "base_site.html" %}
 {% load i18n %}
 
 {% block additional_css %}{% load adminmedia %}{{ block.super }}
 <link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/base.css" />
 <link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/login.css" />
 {% endblock %}
+
 {% block title %}Login{% endblock %}
 {% block bodyclass %}login{% endblock %}
 
@@ -13,9 +14,7 @@
 <p class="errornote">{{ error_message }}</p>
 {% endif %}
 <div id="container">
-  <div id="header">
     <h1>Login</h1>
-  </div>
 <form action="{{ app_path }}" method="post" id="login-form">
   <div class="form-row">
     <label for="id_username">{% trans 'Username:' %}</label> <input type="text" name="username" id="id_username" />