diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:45:54 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:45:54 +0000 |
| commit | 9da6b45cc371fe99712e273eab5af692b669b833 (patch) | |
| tree | 03f4d6ec8103d95a3d4f7643c9a0ad8f763d77df /app/templates/admin | |
| parent | c9bf7a32451069c0697c8a18dddad7aa1a2bd8af (diff) | |
| download | cheatdb-9da6b45cc371fe99712e273eab5af692b669b833.tar.xz | |
Add bootstrap, change base template
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index a2ac6d5..1b7063d 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -20,7 +20,7 @@ <select name="action"> <option value="importmodlist" selected>Import forum topics</option> <option value="recalcscores">Recalculate package scores</option> - <!-- <option value="importscreenshots">Import screenshots from VCS</option> --> + <option value="importscreenshots">Import screenshots from VCS</option> <!-- <option value="importdepends">Import dependencies from downloads</option> --> <!-- <option value="modprovides">Set provides to mod name</option> --> <!-- <option value="vcsrelease">Create VCS releases</option> --> |
