summaryrefslogtreecommitdiff
path: root/talerblog/blog
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-16 03:25:02 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-16 03:25:02 +0100
commit249e5c9e8655a95fcce20b94ad505ccc641a5208 (patch)
tree6686f3ba37a72343d02e4a19828ede6d674c00be /talerblog/blog
parenta9ffe295c546da3b79f338aaeb1bf58ed033c46f (diff)
downloadblog-249e5c9e8655a95fcce20b94ad505ccc641a5208.tar.gz
blog-249e5c9e8655a95fcce20b94ad505ccc641a5208.tar.bz2
blog-249e5c9e8655a95fcce20b94ad505ccc641a5208.zip
typo
Diffstat (limited to 'talerblog/blog')
-rw-r--r--talerblog/blog/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/templates/error.html b/talerblog/blog/templates/error.html
index 016321b..da5bd43 100644
--- a/talerblog/blog/templates/error.html
+++ b/talerblog/blog/templates/error.html
@@ -1,6 +1,6 @@
{% extends "templates/base.html" %}
{% block main %}
- <h1>An Error Occored</h1>
+ <h1>An Error Occurred</h1>
<p>{{ message }}</p>