rework barcode generator

This commit is contained in:
Pavol Rusnak 2011-06-14 18:47:04 +02:00
parent 0b488c469c
commit 834b7a4959
3 changed files with 28 additions and 27 deletions

View file

@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block title %}Admin{% endblock %}
{% block content %}
admin
<p><a href="barcode-generator.txt">barcode generator input</a></p>
{% endblock %}