diff options
Diffstat (limited to 'templates/filters.tmpl')
-rw-r--r-- | templates/filters.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/filters.tmpl b/templates/filters.tmpl index 8bdae41..383a0ad 100644 --- a/templates/filters.tmpl +++ b/templates/filters.tmpl @@ -21,7 +21,7 @@ <p> No filters added </p> {{end}} -<h1>Add filter</h1> +<h1>Add Filter</h1> <form action="/filter" method="POST"> <input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}"> <input type="hidden" name="referrer" value="{{$.Ctx.Referrer}}"> |