From 54e10ee28d7c72f5614219e92adcc460a3b72a48 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 14 Nov 2013 18:27:47 +0100 Subject: KittyStore does not auto-upgrade its schema anymore --- hyperkitty/templates/errors/schemaupgrade.html | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hyperkitty/templates/errors/schemaupgrade.html (limited to 'hyperkitty/templates/errors') diff --git a/hyperkitty/templates/errors/schemaupgrade.html b/hyperkitty/templates/errors/schemaupgrade.html new file mode 100644 index 0000000..f23281b --- /dev/null +++ b/hyperkitty/templates/errors/schemaupgrade.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% load url from future %} + + +{% block title %} +Error: the database schema needs an upgrade + - {{ app_name|title }} +{% endblock %} + +{% block content %} + +
+ +
+
+ +
+

+ The database schema needs to be upgraded. Please refer to + the documentation + to perform this task. +

+

When you're done, go back to the front page.

+
+ +
+ +{% endblock %} -- cgit