Skip to content

Commit

Permalink
[#843] Resolve merge conflicts with 'feature/rsr_v3' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Oct 27, 2014
2 parents d73a0d5 + 5d7ef30 commit ab14077
Show file tree
Hide file tree
Showing 7 changed files with 3,246 additions and 5 deletions.
2 changes: 1 addition & 1 deletion akvo/rsr/models/focus_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def image_path(instance, file_name):

@models.permalink
def get_absolute_url(self):
return ('project_list', (), {'slug': self.slug})
return ('project-directory', ())

def projects(self):
'return all projects that "belong" to the FA through the Categories it links to'
Expand Down
2 changes: 1 addition & 1 deletion akvo/rsr/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def image_path(instance, file_name):

@models.permalink
def get_absolute_url(self):
return ('project_main', (), {'project_id': self.pk})
return ('project-main', (), {'project_id': self.pk})

def all_donations(self):
return Invoice.objects.filter(
Expand Down
Loading

0 comments on commit ab14077

Please sign in to comment.