{% extends "base/base.html" %} {% block title %} Plom server public code {% endblock title %} {% block page_heading %} Plom server public code {% endblock page_heading %} {% block main_content %}

The server will only accept scans of pages that match the public code (which is embedded in the QR codes on the printed papers.)

Current public code: {{ public_code }}

One reason to change the public code is to clone a server, so that it accepts scans intended for another.

{% csrf_token %}
{% endblock main_content %}