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