diff --git a/templates/rss/error.tmpl b/templates/rss/error.tmpl new file mode 100644 --- /dev/null +++ b/templates/rss/error.tmpl @@ -0,0 +1,9 @@ +{header} + Error + Error + + Error + {error|escape} + + + diff --git a/templates/rss/map b/templates/rss/map --- a/templates/rss/map +++ b/templates/rss/map @@ -7,3 +7,4 @@ filelog = filelog.tmpl filelogentry = filelogentry.tmpl tags = tags.tmpl tagentry = tagentry.tmpl +error = error.tmpl