{% extends "hyperkitty/base.html" %} {% load i18n %} {% block title %} {% trans "Error: the database schema needs an upgrade" %} - {{ app_name|title }} {% endblock %} {% block content %}
{% trans 'The database schema needs to be upgraded. Please refer to the documentation to perform this task.' %}
{% trans 'When you're done,' %} {% trans "go back to the front page." %}