Reaching a point where I can query /k-fet.

Edit forms and views in app kfet to make the depend on gestion.Profile and not
on cof.CofProfile.
This commit is contained in:
Michele Orrù 2017-02-11 15:07:45 +01:00
parent f50ef1d51a
commit 376e829502
6 changed files with 54 additions and 40 deletions

View file

@ -237,7 +237,7 @@ class SurveyAnswer(models.Model):
self.survey.title)
@python_2_unicode_compatible
#XXX. this needs to be removed according to Martin
class Clipper(models.Model):
username = models.CharField("Identifiant", max_length=20)
fullname = models.CharField("Nom complet", max_length=200)