diff --git a/ticdesk/templates/ticdesk/base.html b/ticdesk/templates/ticdesk/base.html index b03c73ac04cc60add627293f32fab39eb28382e8..178443e35b2774501f8a74dffd82ac5b2f8b5d2c 100644 --- a/ticdesk/templates/ticdesk/base.html +++ b/ticdesk/templates/ticdesk/base.html @@ -63,6 +63,9 @@ <a class="dropdown-item" href="{% url "org:person" %}"> {% blocktrans %}Ich{% endblocktrans %} </a> + <a class="dropdown-item" href="zxing://scan/?ret=https%3A%2F%2Fticdesk.teckids.org%2Forg%2Fperson%2F%7BCODE%7D"> + {% blocktrans %}Barcode scannen{% endblocktrans %} + </a> <a class="dropdown-item" href="{% url "org:persons" %}"> {% blocktrans %}Personen und Gruppen{% endblocktrans %} </a>