Základní vstupy pro filtrování
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
{% extends "page.html" %}
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
<main>
|
||||
<h2>Hledání a filtry</h2>
|
||||
<div class="filters">
|
||||
<input type="text" id="name" placeholder="Název">
|
||||
<input type="text" id="name" placeholder="Název">
|
||||
<input type="text" id="name" placeholder="Název">
|
||||
</div>
|
||||
<section class="list">
|
||||
list
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user