~epsy/+junk/aagidopenidgateway

« back to all changes in this revision

Viewing changes to aagidopenidgateway/templates/wrong.html

  • Committer: Yann Kaiser
  • Date: 2013-09-22 22:06:34 UTC
  • Revision ID: kaiser.yann@gmail.com-20130922220634-1f6yuskoc5feuv8i
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends 'base.html' %}
 
2
 
 
3
{% block title %}Wrong or expired token{% endblock %}
 
4
 
 
5
{% block content %}
 
6
      <h1>Wrong or expired token</h1>
 
7
      <p>The token you entered is either incorrect or has expired.
 
8
         Please <a href="/auth">try again</a>.</p>
 
9
{% endblock %}