|
@@ -35,15 +35,18 @@
|
|
|
<input type="text" name="q" class="form-control" placeholder="Поиск" value="{{ request.GET.q }}" style="width: 300px; height: 38px;">
|
|
|
<button type="submit" class="btn btn-primary ms-2" style="height: 38px;">Поиск</button>
|
|
|
</form>
|
|
|
- </div>
|
|
|
|
|
|
{% if "METASERVICE-ADMIN" in user_groups %}
|
|
|
-<h1></h1>
|
|
|
+
|
|
|
<div class="container text-end mt-2">
|
|
|
<a class="btn btn-primary" id="bord" href={% url "sharix_admin:service_category/add/" %}>{% trans 'Add' %}</a>
|
|
|
</div>
|
|
|
{% endif %}
|
|
|
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<div class="row justify-content-start">
|
|
|
<div class="maintable" id="maintable">
|
|
|
{% render_table table %}
|