Files
PyRIGS/templates/404.html

10 lines
221 B
HTML

{% extends 'base.html' %}
{% load staticfiles %}
{% block title %}Page Not Found{% endblock %}
{% block content %}
<div class="text-center">
<img src="{% static 'imgs/404.jpg' %}"/>
</div>
{% endblock %}