From: yomguy Date: Fri, 13 Jul 2012 16:48:39 +0000 (+0200) Subject: add icon X-Git-Tag: 0.7-dev~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=59973bf75b9e1f9e95f89d7998c015798ff346d6;p=teleforma.git add icon --- diff --git a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py index ea3498c2..d0437343 100644 --- a/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py +++ b/teleforma/management/commands/teleforma-reset-all-passwords-with-mail.py @@ -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 index 00000000..f9d13529 Binary files /dev/null and b/teleforma/static/teleforma/images/status.png differ