mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
pedagogy: fix search form display rights
This commit is contained in:
parent
3df73f4d1f
commit
a61322b83f
@ -14,6 +14,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="{{ url('pedagogy:moderation') }}">{% trans %}Moderate comments{% endtrans %}</a>
|
<a href="{{ url('pedagogy:moderation') }}">{% trans %}Moderate comments{% endtrans %}</a>
|
||||||
</p>
|
</p>
|
||||||
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
<input class="input-search" type="text" name="search">
|
<input class="input-search" type="text" name="search">
|
||||||
<button class="button-search">{% trans %}Search{% endtrans %}</button>
|
<button class="button-search">{% trans %}Search{% endtrans %}</button>
|
||||||
@ -41,7 +42,6 @@
|
|||||||
<input type="text" name="json" hidden>
|
<input type="text" name="json" hidden>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
{% endif %}
|
|
||||||
<table id="dynamic_view">
|
<table id="dynamic_view">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user