Projet

Général

Profil

Télécharger (389 octets) Statistiques
| Branche: | Tag: | Révision:

root / uauth / templates / uauth / login_failed.html @ 6a622bf4

1
{% extends "uauth/home.html" %}
2
{% load i18n %}
3

    
4
{% block more-user-links %}
5
  <h3>{{ organization.name }}</h3>
6
{% endblock %}
7

    
8
{% block content %}
9
  <h3>{% trans "Your authentication attempt failed" %}</h3>
10
  <p>
11
  {% blocktrans %}
12
  This is probably because you tried to log against a wrong provider or an error occured during authentication
13
  {% endblocktrans %}
14
  </p>
15
{% endblock %}
16

    
(3-3/7)