Skip to content

Commit

Permalink
Merge pull request #4 from edx/asadiqbal08/SOL-1127
Browse files Browse the repository at this point in the history
asadiqbal08/SOL-1127- Certificates: Organization Setup copy change
  • Loading branch information
mattdrayer committed Aug 26, 2015
2 parents b9bcf84 + c524848 commit 8d926c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions organizations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ class OrganizationCourse(TimeStampedModel):
class Meta:
""" Meta class for this Django model """
unique_together = (("course_id", "organization"),)
verbose_name = _('Link Course')
verbose_name_plural = _('Link Courses')

0 comments on commit 8d926c0

Please sign in to comment.