view gpp/accounts/fixtures/accounts.json @ 493:bdcce55f137e

For #235, some minor news tweaks. The submitted by text is now a link to the author's profile. Only show 1 textarea to the user when submitting a new news story. The admin can paste into the 2nd one if needed.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Oct 2011 00:48:45 +0000
parents 953c71f382df
children
line wrap: on
line source
[
    {
        "pk": 1, 
        "model": "accounts.illegalusername", 
        "fields": {
            "username": "root"
        }
    }, 
    {
        "pk": 2, 
        "model": "accounts.illegalusername", 
        "fields": {
            "username": "sg101"
        }
    }, 
    {
        "pk": 3, 
        "model": "accounts.illegalusername", 
        "fields": {
            "username": "surfguitar101"
        }
    }, 
    {
        "pk": 4, 
        "model": "accounts.illegalusername", 
        "fields": {
            "username": "webmaster"
        }
    }
]