Yay, the news system is looking good now. We'll re-visit it later to add searching/sorting by news categories and stuff.
This commit is contained in:
parent
762e0f83bc
commit
613edc774f
3 changed files with 13 additions and 11 deletions
|
|
@ -28,7 +28,6 @@ def page_index(request):
|
|||
|
||||
pagevars = {
|
||||
"page_title": "Front Page",
|
||||
"no_sidebar": True,
|
||||
"news_entries": news_entries,
|
||||
"players_connected_recent": recent_players,
|
||||
"num_players_connected": functions_db.get_connected_players().count(),
|
||||
|
|
@ -55,4 +54,4 @@ def to_be_implemented(request):
|
|||
}
|
||||
|
||||
context_instance = RequestContext(request)
|
||||
return render_to_response('tbi.html', pagevars, context_instance)
|
||||
return render_to_response('tbi.html', pagevars, context_instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue