diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-15 20:05:35 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-15 20:05:35 +0100 |
| commit | cfb92273ff9b3fb22bdfa215fb2912a62f6f0baa (patch) | |
| tree | 87502500e1497a4f362ee78ca60aeca46247a104 /app/templates/admin | |
| parent | dbc56283ebb0d850fff65ecaf6753c0fa31e0c53 (diff) | |
| download | cheatdb-cfb92273ff9b3fb22bdfa215fb2912a62f6f0baa.tar.xz | |
Add import screenshots admin action
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 1 |
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> |
