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..6b4457fe6fb 100644
--- a/projects/01_fyyur/starter_code/templates/forms/new_artist.html
+++ b/projects/01_fyyur/starter_code/templates/forms/new_artist.html
@@ -26,13 +26,13 @@
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) }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}