Changed title of default root wiki page to just be Wiki.

This commit is contained in:
Bridger Maxwell
2012-08-22 12:42:03 -04:00
parent 390823bdea
commit 3796bb4a12

View File

@@ -114,7 +114,7 @@ def get_or_create_root():
"===",
"Visit a course wiki to add an article."))
root = URLPath.create_root(title="edX Wiki",
root = URLPath.create_root(title="Wiki",
content=starting_content)
article = root.article
article.group = None