aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/500.html
blob: 78786b748c0b05b569b6e91cbbe1ec1eb3334294 (plain)
1
2
3
{% extends "base.html"%}
{% block title %}Server Error{% endblock %}
{% block content %}Sorry...{% endblock %}