Add firsts templates
This commit is contained in:
13
templates/items/buscador.html
Normal file
13
templates/items/buscador.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends 'layouts/master.html' %}
|
||||
{% block title %}Buscador{% endblock %}
|
||||
{% block body %}
|
||||
<h1>Buscador</h1>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<form >
|
||||
<input type="text" id="nombre" class="form-control" name="nombre" placeholder="Buscar...">
|
||||
<input type="submit" class="form-control" value="Buscar">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user