Document that new tag isn't implemented yet

This commit is contained in:
rubenwardy
2020-12-15 22:51:06 +00:00
parent 7be0616d38
commit c5d99e00d8
3 changed files with 12 additions and 1 deletions

View File

@@ -31,6 +31,14 @@
{{ form.hidden_tag() }}
{{ render_field(form.trigger, class_="mt-5") }}
<p class="text-warning mb-4">
<span class="fas fa-exclamation-triangle mr-2"></span>
{{ _("The new tag trigger isn't supported yet.") }}
</p>
{{ render_field(form.ref, placeholder="Leave blank to use default branch",
pattern="[A-Za-z0-9/._-]+") }}
{{ render_field(form.action) }}