summaryrefslogtreecommitdiff
path: root/linaro_metrics/templates/linaro_metrics/user-register.html
blob: 94045084cc75d8f940db9cbcc5d98fbbc4b2f83b (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block body %}

<h2>Forbidden</h2>
<p>The Linaro patchwork instance only allows Linaro LDAP users. You should be
able to login to this server using your linaro-login email address.</p>

{% endblock %}