Improve validation messages #196

Merged
Dalai Felinto merged 7 commits from pr-error-messages into main 2024-07-01 15:22:55 +02:00
Showing only changes of commit 19b9d7f967 - Show all commits

View File

@ -61,9 +61,9 @@
</div>
{% if form.errors %}
<div class="alert alert-info mt-3"><i class="i-info"></i>
<blockquote class="mb-0"><i class="i-info"></i>
To catch and prevent most of these errors, it is recommended to build your extension using the <a class="text-underline" href="https://docs.blender.org/manual/en/dev/advanced/extensions/command_line_arguments.html#subcommand-build">command-line tool</a>.
</div>
</blockquote>
{% endif %}
<div class="row">