Skip to content

Commit

Permalink
adding a small note under text field
Browse files Browse the repository at this point in the history
  • Loading branch information
guel-codes committed Jul 19, 2024
1 parent 954cb5d commit 4437d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions taggit/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ class MergeTagsForm(forms.Form):
label="New Tag Name",
max_length=100,
widget=forms.TextInput(attrs={"id": "id_new_tag_name"}),
help_text="Enter new or existing tag name",
)
2 changes: 1 addition & 1 deletion taggit/templates/admin/taggit/merge_tags_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endif %}
</div>
{% endfor %}

<p><i><strong>Enter new or existing tag name</strong></strong></i></p>
<div>
<input type="submit" class="btn btn-primary"></input>
</div>
Expand Down

0 comments on commit 4437d48

Please sign in to comment.