Skip to content

Commit

Permalink
Fix bad function name reference (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Aug 22, 2024
1 parent 703a700 commit b0f801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geniza/entities/templates/entities/person_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>{{ page_title }}</h1>
</label>
<label for="{{ form.date_range.auto_id }}" class="date-range-label">
<span class="fieldname">{{ form.date_range.label }}</span>
{% render_field form.date_range data-action="search#update keypress->search#handleDate" %}
{% render_field form.date_range data-action="search#update keypress->search#preventEnterKeypress" %}
</label>
</div>
<label for="{{ form.social_role.auto_id }}">
Expand Down

0 comments on commit b0f801e

Please sign in to comment.