Add form and Add search
This commit is contained in:
6
templates/items/programadas.html
Normal file
6
templates/items/programadas.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends 'layouts/master.html' %}
|
||||
{% set active_page = "programadas" %}
|
||||
{% block title %}Programadas{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Programadas</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user