Skip to content

Commit

Permalink
feat(forum_conversation): remove MD help text to prevent html repetit…
Browse files Browse the repository at this point in the history
…ion, for page weight and SEO purpose
  • Loading branch information
vincentporte committed Aug 31, 2023
1 parent 406093e commit 0927eb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
3 changes: 0 additions & 3 deletions lacommunaute/templates/partials/form_field.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@
{% endif %}
{% if field.help_text %}<small class="form-text text-muted">{{ field.help_text }}</small>{% endif %}
{% for error in field.errors %}<span class="text-danger error">{{ error }}</span>{% endfor %}
{% if field.auto_id == 'id_content' %}
{% include "partials/form_field_help_text_md.html" %}
{% endif %}
</div>
63 changes: 0 additions & 63 deletions lacommunaute/templates/partials/form_field_help_text_md.html

This file was deleted.

0 comments on commit 0927eb3

Please sign in to comment.