Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| {% extends "page.html" %} | |
| {% block login_widget %} | |
| {% endblock %} | |
| {% block main %} | |
| <div class="error"> | |
| {% block h1_error %} | |
| <h1> | |
| {{status_code}} : {{status_message}} | |
| </h1> | |
| {% endblock h1_error %} | |
| {% block error_detail %} | |
| {% if message %} | |
| <p> | |
| {{message}} | |
| </p> | |
| {% endif %} | |
| {% endblock error_detail %} | |
| </div> | |
| {% endblock %} |