GetTogether/get_together/templates/500.html

9 lines
189 B
HTML
Raw Normal View History

{% extends "get_together/base.html" %}
{% load static %}
{% block content %}
<center>
<img src="{% static 'img/500.png' %}" title="Server Error"/>
</center>
{% endblock %}