diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:10:46 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-21 14:10:46 +0000 |
| commit | c9bf7a32451069c0697c8a18dddad7aa1a2bd8af (patch) | |
| tree | 5bee711244c8c0a34b00c898ea238f91bfed841c /app/templates/packages/create_edit.html | |
| parent | dd368d87aa926ef2676b22ccee95934a38be7fac (diff) | |
| download | cheatdb-c9bf7a32451069c0697c8a18dddad7aa1a2bd8af.tar.xz | |
Add skip button to importerv1.10.1
Diffstat (limited to 'app/templates/packages/create_edit.html')
| -rw-r--r-- | app/templates/packages/create_edit.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index 4b855fc..fee73bd 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -51,13 +51,14 @@ <p>Enter the repo URL for the package. If the repo uses git then the metadata will be automatically imported.</p> - <p>Leave blank if you don't have a repo.</p> + <p>Leave blank if you don't have a repo. Click skip if the import fails.</p> </div> {{ render_field(form.repo, class_="pkg_repo") }} <div class="pkg_wiz_1"> - <a id="pkg_wiz_1_next" class="button button-primary">Next</a> + <a id="pkg_wiz_1_next" class="button button-primary">Next (Autoimport)</a> + <a id="pkg_wiz_1_skip" class="button button-default">Skip Autoimport</a> </div> <div class="pkg_wiz_2"> |
