changeset 1 | 309def3c05dc |
0:c21813f95c41 | 1:309def3c05dc |
---|---|
1 from django.views.generic import TemplateView |
|
2 |
|
3 class CreditsView(TemplateView): |
|
4 template_name='iconolab_mcc/misc/credits.html' |
|
5 |
|
6 class LegalMentionsView(TemplateView): |
|
7 template_name='iconolab_mcc/misc/legalmentions.html' |
|
8 |
|
9 class ContributionCharterView(TemplateView): |
|
10 template_name='iconolab_mcc/misc/charter.html' |