diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-07-04 00:14:37 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-07-04 00:38:51 +0100 |
| commit | 19e1ed8b32179e3317c807b3ab0581e3b5fb00a2 (patch) | |
| tree | 3e3409482aa7a0f8c8da8721df26350f64a00f6a /app/templates/admin/list.html | |
| parent | eb6b1d6375841cd7b87b4f6a08b34ed5239a6354 (diff) | |
| download | cheatdb-19e1ed8b32179e3317c807b3ab0581e3b5fb00a2.tar.xz | |
Implement forum parser to increase accuracy
Diffstat (limited to 'app/templates/admin/list.html')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index e5049f9..c565fe0 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -17,8 +17,7 @@ <form method="post" action="" class="box-body"> <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="importmodlist">Import forum topics</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> |
