{% extends "admin/base_site.html" %} {% block title %}Ooooooops! Something went wrong{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Ooooooops! Something went wrong

{% for i in log %}{{ i }}{% endfor %}

{% endblock %}