Add form and Add search

This commit is contained in:
Andros Fenollosa
2017-08-06 00:38:21 +02:00
parent a3f3b49b2c
commit e26eb50582
7 changed files with 112 additions and 9 deletions

View File

@ -8,6 +8,10 @@
</head>
<body>
<div class="container">
<ul class="nav nav-pills nav-justified">
<li role="presentation" {% if active_page == "buscador" %}class="active"{% endif %}><a href="{{ url_for('buscador') }}">Buscador</a></li>
<li role="presentation" {% if active_page == "programadas" %}class="active"{% endif %}><a href="{{ url_for('programadas') }}">Programadas</a></li>
</ul>
{% block body %}{% endblock %}
</div>
</body>