Skip to content

Commit

Permalink
Update templates/tutorialv2/includes/headline/authors.part.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ph. SW. <[email protected]>
  • Loading branch information
Arnaud-D and philippemilink authored Mar 3, 2024
1 parent c3719a2 commit f254f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tutorialv2/includes/headline/authors.part.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% url "content:add-author" content.pk as add_author_url %}
<form action="{{ add_author_url }}" method="post" class="modal modal-flex" id="add-author">
{% csrf_token %}
<input type="text" name="username" placeholder="Pseudo de l’utilisateur à ajouter" data-autocomplete="{ 'type': 'single' }">
<input type="text" name="username" placeholder="Pseudo du membre à ajouter" data-autocomplete="{ 'type': 'single' }">
<button type="submit" name="add_author" class="btn btn-submit">{% trans "Confirmer" %}</button>
</form>
</li>
Expand Down

0 comments on commit f254f77

Please sign in to comment.