X-Git-Url: http://git.datanom.net/wpp.git/blobdiff_plain/06d96c2aaa206c47d6040716f25c8c65f6cf29c4..047d4d29754ed04bb696cc6dad3c43084290820b:/app/templates/login.html diff --git a/app/templates/login.html b/app/templates/login.html new file mode 100644 index 0000000..f68b85c --- /dev/null +++ b/app/templates/login.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% block title %} +{{ title }} +{% endblock %} + +{% block content %} + {% include 'flash.html' %} +
+
+
+ +

[Forgot password] | [Register]

+
+
+
+{% endblock %}