GetTogether/get_together/templates/500.html
2018-04-15 17:43:05 -04:00

8 lines
189 B
HTML

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