Files
PyRIGS/templates/401.html

11 lines
259 B
HTML

{% extends 'base_rigs.html' %}
{% load staticfiles %}
{% block title %}Unauthorized{% endblock %}
{% block content %}
<div class="text-center">
<h1>401: Unauthorized</h1>
<img src="{% static 'imgs/401.jpg' %}"/>
</div>
{% endblock %}