Add translation url field to package form and API

This commit is contained in:
rubenwardy
2024-02-25 18:05:29 +00:00
parent 9fd182c4fd
commit ab57b6aa2c
8 changed files with 20 additions and 2 deletions

View File

@@ -119,6 +119,7 @@
has_view=True) }}
{{ render_field(form.video_url, class_="pkg_meta", hint=_("YouTube videos will be shown in an embed.")) }}
{{ render_field(form.donate_url, class_="pkg_meta", hint=_("If blank, the author's donation URL will be used instead.")) }}
{{ render_field(form.translation_url, class_="pkg_meta", hint=_("How can users translate your package? ie: weblate URL or a help page")) }}
</fieldset>
<div class="pkg_meta mt-5">{{ render_submit_field(form.submit) }}</div>