aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/admin/list.html')
-rw-r--r--app/templates/admin/list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index 3c15fa9..284919d 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -17,8 +17,9 @@
<form method="post" action="" class="box-body">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<select name="action">
- <option value="importusers" selected>Create users from mod list</option>
+ <option value="importusers">Create users from mod list</option>
<option value="importscreenshots">Import screenshots from VCS</option>
+ <option value="importdepends" selected>Import dependencies from downloads</option>
</select>
<input type="submit" value="Perform" />
</form>