aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-15 20:05:35 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-15 20:05:35 +0100
commitcfb92273ff9b3fb22bdfa215fb2912a62f6f0baa (patch)
tree87502500e1497a4f362ee78ca60aeca46247a104 /app/templates/admin
parentdbc56283ebb0d850fff65ecaf6753c0fa31e0c53 (diff)
downloadcheatdb-cfb92273ff9b3fb22bdfa215fb2912a62f6f0baa.tar.xz
Add import screenshots admin action
Diffstat (limited to 'app/templates/admin')
-rw-r--r--app/templates/admin/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index 1db3247..b54201b 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -17,6 +17,7 @@
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<select name="action">
<option value="importusers" selected>Create users from mod list</option>
+ <option value="importscreenshots">Import screenshots from VCS</option>
</select>
<input type="submit" value="Start" />
</form>