Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Preview by default (#62)
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
dpwrussell authored Jun 14, 2017
1 parent 6e3cfa9 commit 4c69f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagsearch/omero_webtagging_tagsearch/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def get_tags(obj):
tags = list(tags)
tags.sort(key=lambda x: x[1].lower())

form = TagSearchForm(tags, conn)
form = TagSearchForm(tags, conn, initial={'results_preview': True})

context = {
'init': init,
Expand Down

0 comments on commit 4c69f92

Please sign in to comment.