adapt templates to the current edition of WTEM
[edumed.git] / publishers / admin.py
1 from django.contrib import admin
2 from .models import Publisher
3
4 admin.site.register(Publisher)