From e62330e58cc4d0bd9bfed5d1464ec5899a29b106 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Tue, 15 Apr 2014 13:09:32 +0000 Subject: Fixed two bad form actions causing the forms not to work i.e. PHP_SELF uses *.php filename causing a redirct to non-*.php URL, breaking the form submission. --- templates/edit_account.tpl | 2 +- templates/nutrient_chooser.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/edit_account.tpl b/templates/edit_account.tpl index 1b778b7..9e899e3 100644 --- a/templates/edit_account.tpl +++ b/templates/edit_account.tpl @@ -19,7 +19,7 @@ -->
-
+
Login name (min. 5 chars.) diff --git a/templates/nutrient_chooser.tpl b/templates/nutrient_chooser.tpl index 18b2f81..6c94ad1 100644 --- a/templates/nutrient_chooser.tpl +++ b/templates/nutrient_chooser.tpl @@ -16,7 +16,7 @@ Check all | Uncheck all
- + -- cgit v1.2.3
Show/Hide