Skip to content
Snippets Groups Projects
Commit 7b23537c authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

start member.views

parent 28a747ac
No related branches found
No related tags found
No related merge requests found
Pipeline #7644 failed with stage
in 2 minutes and 28 seconds
#!/usr/bin/env python
# Copyright (C) 2018-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.contrib.auth.mixins import LoginRequiredMixin
from django.utils.translation import gettext_lazy as _
from django.views.generic.edit import CreateView
from .models import
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment