From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/authopenid/signin.html | 186 +++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100755 forum/templates/authopenid/signin.html (limited to 'forum/templates/authopenid/signin.html') diff --git a/forum/templates/authopenid/signin.html b/forum/templates/authopenid/signin.html new file mode 100755 index 00000000..aacdd490 --- /dev/null +++ b/forum/templates/authopenid/signin.html @@ -0,0 +1,186 @@ +{% extends "base.html" %} + +{% load i18n %} +{% load extra_tags %} +{% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} +{% block forejs %} + + + + + + +{% endblock %} +{% block content %} +
+ {% trans "User login" %} +
+ {% if msg %} +

{{ msg }}

+ {% endif %} + {% if answer %} +
+ {% blocktrans with answer.question.title as title and answer.summary as summary %} + Your answer to {{title}} {{summary}} will be posted once you log in + {% endblocktrans %} +
+ {% endif %} + {% if question %} +
+ {% blocktrans with question.title as title and question.summary as summary %}Your question + {{title}} {{summary}} will be posted once you log in + {% endblocktrans %} +
+ {% endif %} +
+
+ {% trans "Click to sign in through any of these services." %} +
+ + + {{ form2.next }} +
+

{% trans 'Enter your Provider user name' %}

+

+ + +

+
+
+

{% trans 'Enter your web address' %}

+

+

+
+
+

{% trans 'Enter your login name and password' %}

+ {% if form1.errors %} + {{form1.non_field_errors.as_ul}} + {% endif %} +
+ +

+ + {% trans "Create account" %}
+ {% trans "Forgot your password?" %} +

+
+
+
+{% endblock %} + +{% block sidebar %} +
+

{% trans "Why use OpenID?" %}

+ + +
+ + +{% endblock%} + + + -- cgit v1.2.3-1-g7c22