aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/authfail.html
blob: bae600f7336b1c3260f7ffc8374f465a35b62b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "layout.html" %}

{% block content %}

<h1>Authentication Failed</h1>

<p>The username or password you entered were not correct. 
   Please go back and try again.
</p>

{% endblock %}