uktrade/directory-components

View on GitHub
directory_components/templates/directory_components/errors/content_500.html

Summary

Maintainability
Test Coverage
<section class="padding-top-30">
  <div class="container">
    <div class="width-two-thirds">
      <h1 class="heading-xlarge">Sorry, there is a problem with the service</h1>
      <ul class="list list-bullet">
        <li>If the problem persists, please <a class="link" href="{{ feedback_url }}">report the problem</a>.</li>
        <li><a class="link" href="{% block home_url %}{{ home_page_url }}{% endblock %}">Go to the homepage</a>.</li>
      </ul>
    </div>
  </div>
</section>