mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
7 lines
167 B
HTML
7 lines
167 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Admin{% endblock %}
|
|
{% block content %}
|
|
|
|
<p><a href="barcode-generator.txt">barcode generator input</a></p>
|
|
|
|
{% endblock %}
|