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:
parent
f50ef1d51a
commit
376e829502
6 changed files with 54 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue