Changeset 7cfb70e9c10a6a3bdfdb2e68b11f2c2b9a444392

Show
Ignore:
Timestamp:
17/02/12 12:38:39 (3 months ago)
Author:
Binary <binary@…>
Children:
44662259cb2b91409bb99082c544286f18af9112, d7d78fd3e0ba6ae4918349f57b7daf7a12d79444, fba09981f946777ee8a7447700f704b3c1b14794
Parents:
95a16f709e0dc7b392b204e977bdca894eaa1577
git-committer:
Binary <binary@…> (17/02/12 12:38:39)
Message:

fix home page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • habahaba/views/views.py

    r95a16f7 r7cfb70e  
    2828    except IndexError: 
    2929        pass 
    30     if not USERNAME_MATCH.match(username): 
     30    if not username or not USERNAME_MATCH.match(username): 
    3131        username = '' 
    3232