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

@ -0,0 +1,6 @@
{% extends 'layouts/master.html' %}
{% set active_page = "programadas" %}
{% block title %}Programadas{% endblock %}
{% block body %}
<h1>Programadas</h1>
{% endblock %}