tutorial added
[django_unres.git] / django_simple / todo / templates / base.html
index 9633269..7748d6d 100644 (file)
@@ -3,7 +3,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-       <title>UNRES - Job lists</title>
+       <title>UNRES server</title>
 
        <link rel="stylesheet" type="text/css" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
        <link rel="stylesheet" type="text/css" href="{% static 'font-awesome/css/font-awesome.min.css' %}">
 <p>
 <div class="col-sm-6 col-sm-offset-3">
        
-       <div class="page-header">
-
-               <div class="user-name">
-               </div>
-<!--
-               {% if user|is_lazy_user %}
-                <a href="/convert" title="Convert to save your data">Convert to regular user</a>
-               {% endif %}
--->
-       </div>
+<p style="padding: 9px;"></p>
 
        {% block content %}
        {% endblock %}