savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. a


From: Sylvain Beucler
Subject: [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. a7d5728ca87c0ca62e3b1e5cc2fed2cf1eb84000
Date: Thu, 18 Feb 2010 20:51:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Savane-cleanup framework".

The branch, master has been updated
       via  a7d5728ca87c0ca62e3b1e5cc2fed2cf1eb84000 (commit)
      from  7a86e8f87a564ead2ef2250c6f4261a5bd2a02dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=a7d5728ca87c0ca62e3b1e5cc2fed2cf1eb84000

commit a7d5728ca87c0ca62e3b1e5cc2fed2cf1eb84000
Author: Sylvain Beucler <address@hidden>
Date:   Thu Feb 18 21:51:48 2010 +0100

    Add back login templates, probably removed by mistake

diff --git a/template/registration/README b/template/registration/README
new file mode 100644
index 0000000..f6757e6
--- /dev/null
+++ b/template/registration/README
@@ -0,0 +1,3 @@
+'registration/login.html' is the place where Django (more precisely
+'django.contrib.auth.views.login') looks for the login template by
+default.
diff --git a/template/registration/login.html b/template/registration/login.html
new file mode 100644
index 0000000..d1719b2
--- /dev/null
+++ b/template/registration/login.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+
+{% block content %}
+Login:
+
+<form action="{% url django.contrib.auth.views.login %}" method="post">
+{{form.as_p}}
+<input type="submit" name="login" value="Login" />
+</table>
+</form>
+
+{% endblock %}

-----------------------------------------------------------------------

Summary of changes:
 template/registration/README     |    3 +++
 template/registration/login.html |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 template/registration/README
 create mode 100644 template/registration/login.html


hooks/post-receive
-- 
Savane-cleanup framework




reply via email to

[Prev in Thread] Current Thread [Next in Thread]