Skip to content

Commit

Permalink
fix copy_relation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Meylan committed Mar 12, 2017
1 parent c6d1890 commit a44df85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmsplugin_gridloading/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def __str__(self):
def copy_relations(self, oldinstance):
self.image_id = oldinstance.image_id
self.link_page_id = oldinstance.link_page_id
self.link_target_id = oldinstance.link_target_id

def get_link(self):
link = self.link_url or u''
Expand Down

0 comments on commit a44df85

Please sign in to comment.