]> git.parisson.com Git - teleforma.git/commitdiff
add icon
authoryomguy <yomguy@parisson.com>
Fri, 13 Jul 2012 16:48:39 +0000 (18:48 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 13 Jul 2012 16:48:39 +0000 (18:48 +0200)
teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py
teleforma/static/teleforma/images/status.png [new file with mode: 0644]

index ea3498c2d6c2e1ec432d550b1b2f29a38a92fe60..d0437343cec47fa866a763f025b4c92e5328fdb4 100644 (file)
@@ -32,7 +32,6 @@ class Command(BaseCommand):
     def handle(self, *args, **options):
         users = User.objects.all()
         translation.activate(self.language_code)
-#        users = User.objects.filter(is_staff=True)
         for user in users:
             profile, c = Profile.objects.get_or_create(user=user)
             student = user.student.all()
diff --git a/teleforma/static/teleforma/images/status.png b/teleforma/static/teleforma/images/status.png
new file mode 100644 (file)
index 0000000..f9d1352
Binary files /dev/null and b/teleforma/static/teleforma/images/status.png differ