simplify API device list
[mygpo.git] / mygpo / web / templates / 401.html
blobbeca87efd25c19f6c1cf8d280afff1256a91fc26
1 {% extends "base.html" %}
2 {% load i18n %}
4 {% block title %}{% trans "Unauthorized" %}{% endblock %}
6 {% block content %}
7 <h1>401 {% trans "Unauthorized" %}</h1>
8 <p>{% trans "This page is only available to registered users." %}</p>
9 {% endblock %}