catask/templates/errors/500.html
2024-12-16 16:50:24 +03:00

4 lines
308 B
HTML

{% extends 'errors/base.html' %}
{% set error_code = '500' %}
{% set error_title = 'Internal Server Error' %}
{% set error_description = 'The server was unable to complete your request. Please try again later. If this problem persists, please contact the admin of this {} instance.'.format(const.appName) %}