Browse Source

Missing imports added

Ralfp 12 years ago
parent
commit
32a5a9924a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      misago/activation/forms.py
  2. 1 0
      misago/resetpswd/forms.py

+ 1 - 0
misago/activation/forms.py

@@ -1,3 +1,4 @@
+import hashlib
 from django import forms
 from django.core.exceptions import ValidationError
 from django.utils.translation import ugettext_lazy as _

+ 1 - 0
misago/resetpswd/forms.py

@@ -1,3 +1,4 @@
+import hashlib
 from django import forms
 from django.core.exceptions import ValidationError
 from django.utils.translation import ugettext_lazy as _