small missing translated text
This commit is contained in:
parent
deeebffd33
commit
b4827fe90f
|
@ -197,7 +197,7 @@
|
|||
<form method="get" action="{% url 'dashboard:search' %}">
|
||||
{% csrf_token %}
|
||||
<div class="input-group rounded">
|
||||
<input type="search" name="search" class="form-control rounded" {% if search %}value="{{ search }}" {% endif %}placeholder="Search your device..." aria-label="Search" aria-describedby="search-addon" />
|
||||
<input type="search" name="search" class="form-control rounded" {% if search %}value="{{ search }}" {% endif %}placeholder="{% trans "Search your device" %}" aria-label="Search" aria-describedby="search-addon" />
|
||||
<span class="input-group-text border-0" id="search-addon">
|
||||
<i class="fas fa-search"></i>
|
||||
</span>
|
||||
|
|
|
@ -26,28 +26,29 @@
|
|||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Lot actions: <button class="btn btn-green-admin" type="submit" name="url" value="{% url 'lot:add_devices' %}">Add</button> <button class="btn btn-green-admin" type="submit" value="{% url 'lot:del_devices' %}" name="url">Remove</button>
|
||||
|
||||
{% trans "Lot Actions" %}: <button class="btn btn-green-admin" type="submit" name="url" value="{% url 'lot:add_devices' %}">{% trans " Add" %}</button> <button class="btn btn-green-admin" type="submit" value="{% url 'lot:del_devices' %}" name="url">{% trans "Remove" %}</button>
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" data-sortable="">
|
||||
select
|
||||
{% trans "select" %}
|
||||
</th>
|
||||
<th scope="col" data-sortable="">
|
||||
shortid
|
||||
{% trans "shortid" %}
|
||||
</th>
|
||||
<th scope="col" data-sortable="">
|
||||
type
|
||||
{% trans "type" %}
|
||||
</th>
|
||||
<th scope="col" data-sortable="">
|
||||
manufacturer
|
||||
{% trans "manufacturer" %}
|
||||
</th>
|
||||
<th scope="col" data-sortable="">
|
||||
model
|
||||
{% trans "model" %}
|
||||
</th>
|
||||
<th scope="col" data-sortable="">
|
||||
updated
|
||||
{% trans "updated" %}
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in a new issue