File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ class IprDisclosureBase(models.Model):
2020 other_designations = models .CharField ("Designations for other contributions" , blank = True , max_length = 255 )
2121 rel = models .ManyToManyField ('self' , through = 'RelatedIpr' , symmetrical = False )
2222 state = models .ForeignKey (IprDisclosureStateName )
23- submitter_name = models .CharField (max_length = 255 )
24- submitter_email = models .EmailField ()
23+ submitter_name = models .CharField (max_length = 255 , blank = True )
24+ submitter_email = models .EmailField (blank = True )
2525 time = models .DateTimeField (auto_now_add = True )
2626 title = models .CharField (blank = True , max_length = 255 )
2727
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ <h2>{% cycle section %}. Statement</h2>
226226
227227 {% endif %}
228228
229- < h2 > {% cycle section %}. Contact information of submitter of this form < small > if different from the contact information above </ small > </ h2 >
229+ < h2 > {% cycle section %}. Contact information of submitter of this form</ h2 >
230230
231231 {% bootstrap_field form.same_as_ii_above layout='horizontal' %}
232232 {% bootstrap_field form.submitter_name layout='horizontal' %}
You can’t perform that action at this time.
0 commit comments