Files
PyRIGS/templates/401.html
Matthew Smith 8c60f6cb1d created separate base for RIGS and assets.
Fixed create asset form
2019-10-01 22:46:48 +01:00

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 %}