1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

When a membership is created, redirect to the user profile page rather than club detail

This commit is contained in:
Yohann D'ANELLO
2020-10-04 21:08:35 +02:00
parent e172b4f4bb
commit 541ed59f40
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,6 @@
from django.core.exceptions import ValidationError
from django.db import models, transaction
from django.db.models import F
from django.urls import reverse
from django.utils import timezone
from django.utils.translation import gettext_lazy as _