summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 14:53:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 14:56:34 -0300
commit785a015c51a1795cbbb63129447e34bbccbfa863 (patch)
tree529712c18e70ba7a87baa40f83c183ee2fd1b6d0 /devel
parenta28adde10d1e2d09e85ede3ce7b02db92ffa3af9 (diff)
Add Artists group and update Support Staff description
Diffstat (limited to 'devel')
-rw-r--r--devel/fixtures/staff_groups.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/devel/fixtures/staff_groups.json b/devel/fixtures/staff_groups.json
index d0a0facf..416e2a02 100644
--- a/devel/fixtures/staff_groups.json
+++ b/devel/fixtures/staff_groups.json
@@ -32,7 +32,7 @@
"group": [
"Support Staff"
],
- "description": "These are the unheralded people that keep things running behind the scenes. Forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a GNU/Linux distro running smoothly.",
+ "description": "This is a list of the current Parabola forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a GNU/Linux distro running smoothly.",
"sort_order": 5,
"member_title": "Staff",
"slug": "support-staff",
@@ -40,5 +40,19 @@
},
"model": "devel.staffgroup",
"pk": 5
+},
+{
+ "fields": {
+ "group": [
+ "Artists"
+ ],
+ "description": "This is a list of the current Parabola Artists. They maintain Parabola Artwork, including digital art, traditional art, skins for applications, customization utilities, and everything else that keeps a GNU/Linux distro for a better visualization and outreach through the free culture.",
+ "sort_order": 12,
+ "member_title": "Artist",
+ "slug": "artists",
+ "name": "Artists"
+ },
+ "model": "devel.staffgroup",
+ "pk": 6
}
]