src/iconolab_mcc/views/misc.py
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 14:04:26 +0200
changeset 25 607cdf16caf5
parent 1 309def3c05dc
permissions -rw-r--r--
add specific version information in footer

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'