Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 09:35:33 +01:00
parent bb4b0f9be8
commit 011b183e28
4263 changed files with 3014 additions and 720369 deletions

View file

@ -1,12 +0,0 @@
<td{{ nowrap ? ' class="text-nowrap"' }}>
{{ is_selected ? '<strong>' }}
<a class="foreign_value" data-key="{{ keyname }}" href="#" title="
{%- trans 'Use this value' %}{{ title is not empty ? ': ' ~ title }}">
{% if nowrap %}
{{ keyname }}
{% else %}
{{ description }}
{% endif %}
</a>
{{ is_selected ? '</strong>' }}
</td>

View file

@ -1,5 +0,0 @@
{% if foreign_data.disp_row is iterable and
(show_all and foreign_data.the_total > max_rows) %}
<input class="btn btn-secondary" type="submit" id="foreign_showAll" name="foreign_showAll" value="
{%- trans 'Show all' %}">
{% endif %}