79527547

Date: 2025-03-22 13:55:23
Score: 1.5
Natty:
Report link

The only way I've found, so far, is to modify the css class requiredField by adding a style element in base.html immediately below the cdn link to Bootstrap, as in :

<style>
  .requiredField {
    font-weight:bold;
    text-decoration:underline;
  }
</style>

If anyone knows any better way I'd be grateul if they could shar their knowledge.

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Doug Conran