I've done it in the past by manually laying out the form in the
template (still with {{ field }} and {{ label }} values, just no
looping at all). I don't want to do this again.
I could append the link via javascript. But that's dirty.
I quickly took a stab at extending the ModelChoiceField, but I failed
and moved on.
Searching the web for a solution hasn't been good to me.
What's the easiest way to cleanly add this to a form and get it to
refresh the choices?