More disables
This commit is contained in:
parent
633f5e6dc7
commit
20f74ba02b
3 changed files with 3 additions and 4 deletions
|
@ -356,7 +356,7 @@ class AnnualGoal(BookWyrmModel):
|
|||
|
||||
def get_remote_id(self):
|
||||
"""put the year in the path"""
|
||||
return "%s/goal/%d" % (self.user.remote_id, self.year)
|
||||
return "{:s}/goal/{:d}".format(self.user.remote_id, self.year)
|
||||
|
||||
@property
|
||||
def books(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue