I have a simple problem. I just want to add a placeholder on an input. Here\'s the code:
HTML: JQuery
you just need to put this
($('#{{ form.email.id_for_label }}').attr("placeholder","Work email address"));
($('#{{ form.password1.id_for_label }}').attr("placeholder","Password"));