GetTogether/get_together/templates/404.html

9 lines
186 B
HTML
Raw Permalink Normal View History

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