Remove image from 401 page

This commit is contained in:
Matt Hazinski 2015-09-29 00:03:20 -04:00
parent 51ccc2f6a4
commit 1064db8577
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block content %}
<a href="/"><img style="border:0;" src='/static/images/401.jpg' width='400'></a>
401 Unauthorized
{% endblock %}