Index table enhancement
* minor changes
This commit is contained in:
parent
bfdd5665b7
commit
fc6f9cfbcd
@ -1,7 +1,5 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="style-2">
|
|
||||||
{% include 'table.html' %}
|
{% include 'table.html' %}
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
@ -25,7 +25,7 @@
|
|||||||
Search input and rpp selector
|
Search input and rpp selector
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
<div class="row my-1">
|
<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}}">
|
<form method="get" action="{{table.filter}}">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control" aria-label="{% trans 'Search for keywords' %}" placeholder="{% trans 'Search' %}">
|
<input type="text" class="form-control" aria-label="{% trans 'Search for keywords' %}" placeholder="{% trans 'Search' %}">
|
||||||
|
Loading…
Reference in New Issue
Block a user