whoops, forgot to rename the function.
This commit is contained in:
parent
40264c63fc
commit
0b07302b48
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ def show_static(pagename=None):
|
|||
return render(pagename, **value_dict)
|
||||
|
||||
@bobo.query('/node/:pagename')
|
||||
def show_static(pagename=None):
|
||||
def show_static_nodes(pagename=None):
|
||||
""" meant for serving hand-changed, automatically styled content. """
|
||||
value_dict = get_default_values()
|
||||
return render("nodes/"+pagename, **value_dict)
|
||||
|
|
Loading…
Reference in a new issue