]> git.parisson.com Git - teleforma.git/commitdiff
cleanup
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Jul 2021 15:09:01 +0000 (17:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Jul 2021 15:09:01 +0000 (17:09 +0200)
teleforma/models/crfpa.py

index 8dd1c04d84b08483f8c02828843183d7532ed318..7f482a3fa9e64dd5d5a51c8770ced06f64483f63 100755 (executable)
@@ -360,9 +360,9 @@ class Corrector(models.Model):
             return self.user.last_name + ' ' + self.user.first_name
         except:
             return ''
-            
+
     def get_absolute_url(self):
-        return reverse_lazy('teleforma-profile-detail', kwargs={'username': self.user.username}) 
+        return reverse_lazy('teleforma-profile-detail', kwargs={'username': self.user.username})
 
     class Meta(MetaCore):
         db_table = app_label + '_' + 'corrector'