From 50de80c5e817476ac95a096c718a66f5555fcd05 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 20 Jul 2012 10:56:36 +0200 Subject: INCOMPATIBLE: major restructuring of the repository * removed Django code - we're keeping the tests - so I hope the two can still be used together * removed js packer - everyone has their own packaging strategy these days * cleaned up the repository - we only have js so javascript directory does not make much sense --- django/srpproject/templates/aes.html | 69 ------------------------------- django/srpproject/templates/login.html | 10 ----- django/srpproject/templates/register.html | 46 --------------------- 3 files changed, 125 deletions(-) delete mode 100644 django/srpproject/templates/aes.html delete mode 100644 django/srpproject/templates/login.html delete mode 100644 django/srpproject/templates/register.html (limited to 'django/srpproject/templates') diff --git a/django/srpproject/templates/aes.html b/django/srpproject/templates/aes.html deleted file mode 100644 index dbdd4ac..0000000 --- a/django/srpproject/templates/aes.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - diff --git a/django/srpproject/templates/login.html b/django/srpproject/templates/login.html deleted file mode 100644 index c1d6238..0000000 --- a/django/srpproject/templates/login.html +++ /dev/null @@ -1,10 +0,0 @@ - - - {{ jsHeader|safe }} - {{ loginFunction|safe }} - - - {{ error }}

- {{ loginForm|safe }} - - diff --git a/django/srpproject/templates/register.html b/django/srpproject/templates/register.html deleted file mode 100644 index 6e6d44a..0000000 --- a/django/srpproject/templates/register.html +++ /dev/null @@ -1,46 +0,0 @@ - - - {% comment %} - - - - - - - {% endcomment %} - - - - - -

- - - - - - - -
Username:
Password:
Confirm:
- -
- - -- cgit v1.2.3