Closed LGD-Fr closed 9 years ago
{% bootstrap_field form.content show_label=False %}
, line 40 of social/templates/social/comment_area.html is the culprit.
social/templates/social/comment_area.html
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"…
moved to the django-paiji2-social repo
, line 40 of
social/templates/social/comment_area.html
is the culprit.The html code produced is:
If there are 10 news on the page there will be 10 id="id_content"…