7 lines
379 B
7 lines
379 B
{% 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 %} |