mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-28 19:00:23 +00:00
Due to register.simple_tag automatically espacing unsafe_html in Django 1.9, it is now needed to use mark_safe or format_html. I have chosen the later because it is the recommended solution. |
||
|---|---|---|
| .. | ||
| migrations | ||
| static/notifications | ||
| templates/notifications | ||
| templatetags | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| models.py | ||
| signals.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||