diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html index 428c4ed4..60f7f69a 100644 --- a/app/templates/packages/create_edit.html +++ b/app/templates/packages/create_edit.html @@ -61,7 +61,7 @@
{{ form.hidden_tag() }} -
+
{{ _("Package") }}
@@ -89,10 +89,13 @@ {{ _("Repository and Links") }}
-

{{ _("Enter the repo URL for the package. - If the repo uses git then the metadata will be automatically imported.") }}

- -

{{ _("Leave blank if you don't have a repo. Click skip if the import fails.") }}

+

{{ _("Do you have a Git repository?") }}

+

+ {{ _("Having a repository is optional") }}. +

+

+ {{ _("If you do have a repository, enter the URL below. Otherwise, leave blank and click skip.") }} +

{{ render_field(form.website, class_="pkg_meta") }} @@ -100,7 +103,7 @@