diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-06-05 00:10:47 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-06-05 00:10:47 +0100 |
| commit | 9a36bb7d727585b023ae288451bb9b93729faaca (patch) | |
| tree | 933998b5c5ac93f13a4711a7424efa1eac6839bb /app/templates | |
| parent | e424dc57e75bd2f18f86dc469e210f1f13a4a931 (diff) | |
| download | cheatdb-9a36bb7d727585b023ae288451bb9b93729faaca.tar.xz | |
Add git support for importing meta
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/packages/create_edit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index 6cf2324..f443e96 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -49,7 +49,7 @@ <div class="pkg_wiz_1"> <p>Enter the repo URL for the package. - If it's hosted on Github then metadata will automatically be imported.</p> + If the repo uses git then the metadata will be automatically imported.</p> <p>Leave blank if you don't have a repo.</p> </div> @@ -61,7 +61,7 @@ </div> <div class="pkg_wiz_2"> - Importing... + Importing... (This may take a while) </div> {{ render_field(form.website, class_="pkg_meta") }} |
