Ver código fonte

Removes old comments

Jose Reyes 5 anos atrás
pai
commit
b4505a3cdb
1 arquivos alterados com 1 adições e 13 exclusões
  1. 1
    13
      app/templates/base.html

+ 1
- 13
app/templates/base.html Ver arquivo

1
 <!doctype html>
1
 <!doctype html>
2
 <title>{% block title %}{% endblock %} - UPR Queue</title>
2
 <title>{% block title %}{% endblock %} - UPR Queue</title>
3
-<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
4
-<nav>
5
-    <h1>UPR Queue</h1>
6
-<!--     <ul>
7
-        {% if g.user %}
8
-            <li><span>{{ g.user['username'] }}</span>
9
-            <li><a href="{{ url_for('auth.logout') }}">Log Out</a>
10
-        {% else %}
11
-            <li><a href="{{ url_for('auth.register') }}">Register</a>
12
-            <li><a href="{{ url_for('auth.login') }}">Log In</a>
13
-        {% endif %}
14
-    </ul> -->
15
-</nav>
3
+
16
 <section class="content">
4
 <section class="content">
17
     <header>
5
     <header>
18
         {% block header %}{% endblock %}
6
         {% block header %}{% endblock %}