Index table enhancement

* minor changes
This commit is contained in:
mipel 2021-07-20 17:10:49 +02:00
parent bfdd5665b7
commit fc6f9cfbcd
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
{% extends 'base.html' %}
{% block body %}
<div class="style-2">
{% include 'table.html' %}
</div>
{% endblock %}

View File

@ -25,7 +25,7 @@
Search input and rpp selector
{% endcomment %}
<div class="row my-1">
<div class="col-sm-12 col-md">
<div class="col-sm-12 col-md-8 col-lg-6">
<form method="get" action="{{table.filter}}">
<div class="input-group">
<input type="text" class="form-control" aria-label="{% trans 'Search for keywords' %}" placeholder="{% trans 'Search' %}">