How do I add a Font Awesome icon like <i class="fa fa-calendar"></i>
to the following
{{form.date.label_tag}}
which uses widget_tweaks? I know generally you'd just do it like this
<h2><span>Add<i class="fa fa-plus"></i></span></h2>
but I haven't had any luck.
It just outputs the "Date added:"