Skip to content

Commit

Permalink
Fix search field label
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Dec 26, 2023
1 parent b1459bb commit 45c7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_fiction/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h4>Рейтинг</h4>
{{ form.rating }}
</div>
<div class="padded medium-input">
<h4>Размер рассказа</h4>
<h4>Размер рассказа / главы</h4>
{{ form.min_words }}—{{ form.max_words }}
</div>
{#
Expand Down

0 comments on commit 45c7b1b

Please sign in to comment.