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 dce6f2d66d - Show all commits

View File

@ -61,7 +61,7 @@
</div>
{% if form.errors %}
<div>
<div class="alert alert-info mt-3"><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>
{% endif %}