You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
379 B
7 lines
379 B
6 years ago
|
{% extends 'base.html' %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>Welcome to the QR-Label system.</p>
|
||
|
<p>Scan any label using a standart QR reading app to follow the link attached to it. To create a new label, find a printed "blank" QR code from this system and scan it.</p>
|
||
|
<p>Note that once created, a label can not be modified. Unless you are an <a href="/admin">admin</a>.</p>
|
||
|
{% endblock %}
|