From 2b55bbbece04e737586914b5bc59cd56c083aaf7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 14 Feb 2013 15:31:13 +0530 Subject: [PATCH] missing templates --- templates/index.html | 2 +- templates/login.html | 18 ++++++++++++++++++ templates/register.html | 20 ++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 templates/login.html create mode 100644 templates/register.html diff --git a/templates/index.html b/templates/index.html index 791ae43..35886f0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ var UPLOAD_URL = "{{PREFIX}}/add";
{% else %} diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..974f0d1 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,18 @@ + + + +