X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b0687c328fcaa4d891b31c2146694654cd4707c9..a73791f16d10ea0e2c477f29d9049d75516aa774:/data/templates/login.htm diff --git a/data/templates/login.htm b/data/templates/login.htm new file mode 100644 index 0000000..13d86be --- /dev/null +++ b/data/templates/login.htm @@ -0,0 +1,44 @@ +{% extends "base.htm" %} +{% block title %}Login{% endblock %} + +{% block content %} + + + + + + +
+ + + + +
+ Sign-in +
+

Please choose your account provider

+
+ + +
+
+

or enter your OpenID URL.

+ + +
+
+
+{% endblock %} + +{% block sidebar %} + {% if recents.results %} +

Recently created

+ + {% endif %} +{% endblock %}