{% load any_urlfield_tags %}{% comment %} The Django 1.11 MultiWidget doesn't pass the entire context of the subwidgets properly to the template. It only includes the 'widget' field in the 'subwidgets' template. This looses extra fields, such as: - wrap_label for RadioSelect / UrlTypeSelect - related_url, link_title, link_label for ForeignKeyRawIdWidget Hence, our AnyUrlWidget passes the full context along, and the `withdict` tag makes sure this is pushed to the context. {% endcomment %}