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

Remove stray control character from URL.

parent a72be8d6
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 class="dropdown-item" href="zxing://scan/?ret=https%3A%2F%2Fticdesk.teckids.org%2Forg%2Fperson%2F%7BCODE%7D%22">
<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" %}">
......
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