mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Fixed exception when submitting form for info mode
This commit is contained in:
parent
a8520b7870
commit
851061aae3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="d-flex align-items-center mb-2">
|
||||
<h4 class="mb-0">{% trans %}label_scanner.decoded_info.title{% endtrans %}</h4>
|
||||
|
||||
{% if createUrl %}
|
||||
{% if createUrl is defined and createUrl %}
|
||||
<a class="btn btn-primary ms-2" href="{{ createUrl }}"
|
||||
target="_blank" title="{% trans %}part.create.btn{% endtrans %}">
|
||||
<i class="fa-solid fa-plus-square"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue