Files @ 8857e7b7608c
Branch filter:

Location: symposion_app/symposion/reviews/admin.py

Rebecca Lovewell
Use {% load url from future %} in cms templates

Using https://github.com/django-future-url
1
2
3
4
5
6
from django.contrib import admin

from symposion.reviews.models import NotificationTemplate


admin.site.register(NotificationTemplate)