Skip to content
Snippets Groups Projects
Unverified Commit 48fb82c3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Hardcode URL for QR code scanning.

parent 34d2895d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<a class="dropdown-item" href="{% url "org:person" %}">
{% blocktrans %}Ich{% endblocktrans %}
</a>
<a href="zxing://scan/?ret={% url "org:person_by_uid" "{CODE}" %}">
<a href="zxing://scan/?ret={% url "org:person" %}/{CODE}">
{% blocktrans %}Barcode scannen{% endblocktrans %}
</a>
<a class="dropdown-item" href="{% url "org:persons" %}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment