Change event listener init
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ section.title }}</h1>
|
||||
<input id="search" class="search" type="text" placeholder="Search titles" oninput="filter_name(this.value)">
|
||||
<input class="search" type="search" placeholder="Search">
|
||||
{{ macros::list_posts() }}
|
||||
{% endblock content %}
|
||||
|
||||
|
Reference in New Issue
Block a user