1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 16:12:15 +02:00

Try to add CI

This commit is contained in:
Yohann D'ANELLO
2020-09-24 11:44:43 +02:00
parent f0459838d4
commit a68a7b681d
14 changed files with 72 additions and 20 deletions

View File

@ -8,8 +8,8 @@ from django.urls import reverse_lazy
from django.utils.http import urlsafe_base64_decode
from django.utils.translation import gettext_lazy as _
from django.views.generic import CreateView, TemplateView, DetailView
from corres2math.tokens import email_validation_token
from .forms import SignupForm, StudentRegistrationForm, CoachRegistrationForm