better course country detecton
This commit is contained in:
@@ -209,6 +209,7 @@ class CourseForm(forms.Form):
|
||||
notes = forms.CharField(required=False,
|
||||
max_length=200,label='Course Notes',
|
||||
widget=forms.Textarea)
|
||||
country = forms.CharField(required=False,max_length=150,label='Country')
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
from django.forms.widgets import HiddenInput
|
||||
|
||||
Reference in New Issue
Block a user