mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-25 04:43:10 +00:00
[Printer] Prevent printer interface from crashing when adding a new file
This commit is contained in:
parent
f74c50c3df
commit
641073e0a6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn btn-primary btn-sm" role="button" id="add_one">{% trans "Add a file"%}</button>
|
<button type="button" class="btn btn-primary btn-sm" role="button" id="add_one">{% trans "Add a file"%}</button>
|
||||||
|
|
||||||
{% bootstrap_button action_name name="options" button_type="submit" icon="star" %}
|
{% bootstrap_button action_name name="options" button_type="submit" icon="star" %}
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue