src/iconolab_mcc/views/misc.py
author ymh <ymh.work@gmail.com>
Wed, 01 Aug 2018 18:12:55 +0200
changeset 31 2403c49a6d6e
parent 1 309def3c05dc
permissions -rw-r--r--
Take into account the new version of iconolab and increment version

from django.views.generic import TemplateView

class CreditsView(TemplateView):
    template_name='iconolab_mcc/misc/credits.html'

class LegalMentionsView(TemplateView):
    template_name='iconolab_mcc/misc/legalmentions.html'

class ContributionCharterView(TemplateView):
    template_name='iconolab_mcc/misc/charter.html'