~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlprofile/forms.py

  • Committer: kaputtnik
  • Date: 2019-03-31 11:08:21 UTC
  • mto: This revision was merged to the branch mainline in revision 531.
  • Revision ID: kaputtnik-20190331110821-1o6c8ebh1sag7xat
mv main files into mainpage directory; apply needed changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from django import forms
10
10
from models import Profile
11
11
 
12
 
import settings
 
12
from django.conf import settings
13
13
import re
14
14
 
15
15