From 1c5e49fc36167ccbdd243f34aaa94e2c8e4c6b7c Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 17 Sep 2013 17:45:10 +0000 Subject: [PATCH] Fixed duplicate ID attributes in registration & login (LMS-599, LMS-601( --- lms/templates/forgot_password_modal.html | 4 ++-- lms/templates/login.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/forgot_password_modal.html b/lms/templates/forgot_password_modal.html index 8c2791fbf3..154693c5f0 100644 --- a/lms/templates/forgot_password_modal.html +++ b/lms/templates/forgot_password_modal.html @@ -1,7 +1,7 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> -