Skip to content

Commit

Permalink
form class="core"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 3, 2024
1 parent f2f5a24 commit 1ad4fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>{{ table.name }}</h2>
{% else %}
<p>Configured for search across {{ ", ".join(table.searchable_columns) }}</p>
{% endif %}
<form class="configure-fts" action="/-/configure-fts/{{ database.name|quote_plus }}" method="POST">
<form class="core configure-fts" action="/-/configure-fts/{{ database.name|quote_plus }}" method="POST">
{% for column in table.columns %}
<p><label><input
type="checkbox"
Expand Down

0 comments on commit 1ad4fc9

Please sign in to comment.