diff --git a/bestnotes/templates/navbar.html b/bestnotes/templates/navbar.html index 102abb7..7d611e8 100644 --- a/bestnotes/templates/navbar.html +++ b/bestnotes/templates/navbar.html @@ -7,13 +7,13 @@ \ No newline at end of file diff --git a/bestnotes/templates/registration/login.html b/bestnotes/templates/registration/login.html index c5e51d9..c47d85d 100644 --- a/bestnotes/templates/registration/login.html +++ b/bestnotes/templates/registration/login.html @@ -26,11 +26,11 @@
- {% render_field form.username class="form-control" placeholder="Email"%} + {% render_field form.username class="form-control" placeholder="Email" id="loginform"%}
- {% render_field form.password class="form-control" placeholder="Hasło"%} + {% render_field form.password class="form-control" placeholder="Hasło" id="passwordform"%}
diff --git a/db.sqlite3 b/db.sqlite3 index 250dbc4..b11f4b3 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ