error.html 378 B

1234567891011121314
  1. {% extends "base.html" %}
  2. {% block container %}
  3. <div class="span12">
  4. <p>It looks like you have found a bug! You can help to improve
  5. Celery Flower by opening an issue in <a href="https://github.com/mher/flower/issues">https://github.com/mher/flower/issues</a>
  6. </p>
  7. <pre>
  8. {{ bugreport }}
  9. {{ error_trace }}
  10. </pre>
  11. </div>
  12. {% end %}