Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrun13 committed Mar 24, 2016
1 parent 7e9d84c commit e710576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model.py
Expand Up @@ -51,8 +51,8 @@ def entry(self, entry_type):
"""
model = {
'author':{
'name':_("webauthor"),
'url':_("webname")
'name':config.author,
'url':config.home
},
'path':'the path of the entry',
'name':'the displayed name of the entry',
Expand Down

0 comments on commit e710576

Please sign in to comment.