Skip to content

Commit cb91889

Browse files
[CV] cv optional
1 parent e588fe0 commit cb91889

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

forms/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class Registeration(models.Model):
4545
file_size,
4646
FileExtensionValidator(allowed_extensions=["pdf", "docx"])
4747
],
48-
null=True)
48+
null=True,
49+
blank=True)
4950
weakness = models.CharField(max_length=200, verbose_name="Weakness")
5051
strength = models.CharField(max_length=200, verbose_name="Strengths")
5152
skills = models.CharField(

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h5 style="margin: 1rem 0 0.8rem;">Why should ISTE choose you?</h5>
127127
<i class="icon fa fa-upload"></i>
128128
<span class="js-fileName">{{i.cv_upload_input|safe}}</span>
129129
</label>
130-
<p style="color:#d33434d9;font-family: Cabin ,Helvetica Neue,Helvetica,Arial,sans-serif;">*Required</p>
130+
<!-- <p style="color:#d33434d9;font-family: Cabin ,Helvetica Neue,Helvetica,Arial,sans-serif;">*Required</p> -->
131131
<p style="color:#ffe300">(Reupload CV if cought in some error!)</p>
132132
<p style="font-family: Cabin ,Helvetica Neue,Helvetica,Arial,sans-serif;
133133
">**Also bring your CV in the interviews.</p>

0 commit comments

Comments
 (0)