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";
You have to login - or register. + or register.
{% 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 @@ + + + + videopdf + + +

videopdf

+ {% if message %} +
+ {{message}} +
+ {% endif %} +
+ Username:
+ Password:
+ + + diff --git a/templates/register.html b/templates/register.html new file mode 100644 index 0000000..9d3a6d9 --- /dev/null +++ b/templates/register.html @@ -0,0 +1,20 @@ + + + + videopdf + + +

videopdf

+ {% if message %} +
+ {{message}} +
+ {% endif %} + Register: + + Username:
+ Email:
+ Password:
+ + +