mybuddy/babybuddy/templates/error/500.html

9 lines
195 B
HTML
Raw Permalink Normal View History

{% extends 'error/base.html' %}
{% load i18n %}
{% block title %}
500 {% trans "Server Error" %}
{% endblock %}
{% block content %}
<h1>500 {% trans "Server Error" %}</h1>
{% endblock %}