rezometz / paiji2

student social portal at Supélec, Metz
GNU Affero General Public License v3.0
7 stars 1 forks source link

duplicate html ID id_content (comment forms in the news feed) #62

Closed LGD-Fr closed 9 years ago

LGD-Fr commented 9 years ago
{% bootstrap_field form.content show_label=False %}

, line 40 of social/templates/social/comment_area.html is the culprit.

The html code produced is:

<div class="form-group"><label class="sr-only control-label" for="id_content">Écrire un commentaire</label><input class="form-control" id="id_content" maxlength="140" name="content" placeholder="Écrire un commentaire" required="required" title="" type="text" /></div>

If there are 10 news on the page there will be 10 id="id_content"…

LGD-Fr commented 9 years ago

moved to the django-paiji2-social repo