aboutsummaryrefslogtreecommitdiff
path: root/sklad/label.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sklad/label.tmpl')
-rw-r--r--sklad/label.tmpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/sklad/label.tmpl b/sklad/label.tmpl
deleted file mode 100644
index da17c58..0000000
--- a/sklad/label.tmpl
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ define "Title" }}Tisk štítku{{ end }}
-{{ define "Content" }}
-<h2>Tisk štítku pro {{ .Id }}</h2>
-
-{{ if .UnknownId }}
-<p>Neznámý obal.
-{{ else if .Error }}
-<p>Tisk selhal: {{ .Error }}
-{{ else }}
-<p>Tisk proběhl úspěšně.
-{{ end }}
-
-{{ end }}