From: Ciro Scognamiglio Date: Thu, 13 Feb 2014 16:03:36 +0000 (+0100) Subject: login widgets X-Git-Tag: myslice-1.1~337 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bae8fa63fd96317f8551bef93182d5cd81c4458d;p=myslice.git login widgets --- diff --git a/portal/templates/_widget-login-manager.html b/portal/templates/_widget-login-manager.html new file mode 100644 index 00000000..7c5f170e --- /dev/null +++ b/portal/templates/_widget-login-manager.html @@ -0,0 +1,26 @@ +
+ {% if state %} + {{ state }} + {% endif %} +
+ {% csrf_token %} + {% if next %} + + {% endif %} +
+ + +
+
+ + +
+ + +
+
diff --git a/auth/templates/widget-login.html b/portal/templates/_widget-login-user.html similarity index 100% rename from auth/templates/widget-login.html rename to portal/templates/_widget-login-user.html