diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-06-02 18:22:57 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-06-02 18:26:17 +0100 |
| commit | 70afb94d3b985e314ff1f922294875e43c56fefc (patch) | |
| tree | 6743df30af1b00f5ed457155bbca0724f639c97d /app/templates/admin | |
| parent | 8984adaa728c6c1c9bafb8c1ba5ea227bb17aa5b (diff) | |
| download | cheatdb-70afb94d3b985e314ff1f922294875e43c56fefc.tar.xz | |
Add topics todo list based on forum parser
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 ff422ba..e5049f9 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -18,6 +18,7 @@ <input type="hidden" name="csrf_token" value="{{ csrf_token() }}" /> <select name="action"> <option value="importusers">Create users from mod list</option> + <option value="importmodlist">Import Krock's mod list</option> <option value="importscreenshots" selected>Import screenshots from VCS</option> <option value="importdepends">Import dependencies from downloads</option> <option value="modprovides">Set provides to mod name</option> |
