Skip to content

Commit

Permalink
Fix 500 error when editing groups (#684)
Browse files Browse the repository at this point in the history
Fixes: #682
  • Loading branch information
taymonbeal authored and Sebastian committed May 9, 2019
1 parent 002e6eb commit 9180df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eahub/localgroups/forms.py
@@ -1,4 +1,5 @@
from django import forms
from django.core.exceptions import ValidationError
from django.db import models

from . import models as localgroups_models
Expand Down

0 comments on commit 9180df2

Please sign in to comment.