imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

refactor(html): Split out template to reduce size #102 #103

Closed imAsparky closed 3 months ago

imAsparky commented 3 months ago

Split out the tag_me template to make re-use easy, for example in custom forms. The bulk of the form is in a separate file so that it can be easily styled.

closes #102