stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
95 stars 70 forks source link

Added support for form field.help_text #581

Closed yuriescl closed 2 years ago

yuriescl commented 2 years ago

This allows displaying field.help_text below the field input:

Screenshot_20

yuriescl commented 2 years ago

@JakeUrban I'm still not able to compile the SCSS. This is blocking https://github.com/stellar/django-polaris/pull/573 as well.

codecov-commenter commented 2 years ago

Codecov Report

Merging #581 (41d66c8) into master (28a8989) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #581   +/-   ##
=======================================
  Coverage   86.20%   86.20%           
=======================================
  Files          49       49           
  Lines        4167     4167           
=======================================
  Hits         3592     3592           
  Misses        575      575           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28a8989...41d66c8. Read the comment docs.

JakeUrban commented 2 years ago

This is a great addition, thanks @yuriescl. I'll merge both of your PRs and compile them separately.