{% extends "layout.html" %} {% set error_title = error_title or "Unknown error" %} {% block title %}Copr Build System – {{ error_title }}{% endblock %} {% block body %}
Something went wrong. Contact admins.
{% if config.debug or config.env != "production" %}
Administrators should take a look at
/var/log/copr-frontend/frontend.log
to analyze the full error output.