conversions web5

This commit is contained in:
Filipriec
2026-08-24 10:44:56 +02:00
parent 6784969081
commit 83a7fc3015
5 changed files with 10 additions and 4 deletions

View File

@@ -103,7 +103,9 @@
{% for provider in page.providers %}<option value="{{ provider }}" {% if page.configuration.source_id == *provider %}selected{% endif %}>{{ provider }}</option>{% endfor %}
</select>
</label>
<label class="check"><input type="checkbox" name="make_default" value="true" {% if page.configuration.make_default %}checked{% endif %}>{{ nav.tr("rates-make-default-now") }}</label>
{% if page.providers.len() > 1 %}
<label class="check"><input type="checkbox" name="make_default" value="true" {% if page.configuration.make_default %}checked{% endif %}>{{ nav.tr("rates-make-default-now") }}</label>
{% endif %}
</div>
<div class="form-actions"><button type="submit">{{ nav.tr("rates-add-binding") }}</button></div>
</form>