diff --git a/projects/01_fyyur/starter_code/templates/forms/new_artist.html b/projects/01_fyyur/starter_code/templates/forms/new_artist.html
index 33062fa2777..f178a766593 100644
--- a/projects/01_fyyur/starter_code/templates/forms/new_artist.html
+++ b/projects/01_fyyur/starter_code/templates/forms/new_artist.html
@@ -26,11 +26,11 @@
Ctrl+Click to select multiple
- {{ form.genres(class_ = 'form-control', placeholder='Genres, separated by commas', id=form.state, autofocus = true) }}
+ {{ form.genres(class_ = 'form-control', placeholder='Genres, separated by commas', autofocus = true) }}
- {{ form.facebook_link(class_ = 'form-control', placeholder='http://', id=form.state, autofocus = true) }}
+ {{ form.facebook_link(class_ = 'form-control', placeholder='http://', autofocus = true) }}
diff --git a/projects/01_fyyur/starter_code/templates/forms/new_venue.html b/projects/01_fyyur/starter_code/templates/forms/new_venue.html
index a0bc91ae27d..b98f16fbb42 100644
--- a/projects/01_fyyur/starter_code/templates/forms/new_venue.html
+++ b/projects/01_fyyur/starter_code/templates/forms/new_venue.html
@@ -30,11 +30,11 @@