about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/error.gotmpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/blocks/error.gotmpl')
-rw-r--r--frontend/templates/blocks/error.gotmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/templates/blocks/error.gotmpl b/frontend/templates/blocks/error.gotmpl
deleted file mode 100644
index 1352b2e..0000000
--- a/frontend/templates/blocks/error.gotmpl
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- define "main" }}
-  <p class="notice error">
-    {{ .Code }}
-    {{ .Message }}
-  </p>
-{{- end }}