mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
4 lines
298 B
HTML
4 lines
298 B
HTML
{% extends 'errors/base.html' %}
|
|
{% set error_code = '502' %}
|
|
{% set error_title = 'Bad Gateway' %}
|
|
{% 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) %}
|