Skip to content

Commit

Permalink
Fix bad "fix"
Browse files Browse the repository at this point in the history
I screwed up the delete-and-recreate form in the last commit and
now it does the wrong thing.

This fixes it.
  • Loading branch information
willkg committed Jun 8, 2012
1 parent 8eb2565 commit 91c8a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/search/templates/search/admin/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2>DELETE existing index, recreate it and reindex</h2>
<form method="POST">
{% csrf_token %}
<input type="hidden" name="delete_index" value="1">
<input class="DANGER" type="submit" name="delete"
<input class="DANGER" type="submit" name="reindex"
value="DELETE index and index into {{ write_index }}"
{% if outstanding_chunks %}disabled{% endif %}>
</form>
Expand Down

0 comments on commit 91c8a08

Please sign in to comment.