summaryrefslogtreecommitdiff
path: root/templ/recur.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templ/recur.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/templ/recur.tpl b/templ/recur.tpl
deleted file mode 100644
index 316b768..0000000
--- a/templ/recur.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{{define "main"}}
-<ul class="list-group">
- {{range .}}
- <li class="list-group-item">
- {{.Description.String}}
- </li>
- {{end}}
-</ul>
-{{end}} \ No newline at end of file