Skip to content

Commit

Permalink
Fix help text
Browse files Browse the repository at this point in the history
- Descriptiont was actually the opposite of what how this was actually
  treated in the code
  • Loading branch information
Knut Hühne committed Jun 23, 2016
1 parent 440f3d3 commit 6981987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundation/organisation/models.py
Expand Up @@ -278,7 +278,8 @@ class NetworkGroupMembership(models.Model):
title = models.CharField(max_length=100, blank=True)
order = models.IntegerField(
blank=True, null=True,
help_text="Higher numbers mean higher up in the food chain")
help_text="The lower the number the higher on the"
" page this Person will be shown.")
networkgroup = models.ForeignKey('NetworkGroup')
person = models.ForeignKey('Person')

Expand Down

0 comments on commit 6981987

Please sign in to comment.