1 {% extends "base_content.html" %}
2 <!-- template 500.html -->
4 {% block title %}{% spaceless %}500 Error{% endspaceless %}{% endblock %}
6 <script type="text/javascript">
8 $("#linkPrevious").bind("click", back=function(){history.go(-1);})
14 <div id="main-bar" class="">
20 <div id="main-body" class="headNormal">
21 <div style="padding:5px 0px 10px 0;line-height:25px">
22 <h3>{% trans "sorry, system error" %}</h3>
24 {% trans "system error log is recorded, error will be fixed as soon as possible" %}<br/>
25 {% trans "please report the error to the site administrators if you wish" %}
27 <li><a href="#" id="linkPrevious">{% trans "back to previous page" %}</a></li>
28 <li><a href="{% url questions %}">{% trans "see latest questions" %}</a></li>
29 <li><a href="{% url tags %}">{% trans "see tags" %}</a></li>
35 <!-- end template 500.html -->