mark the conference field as optional

This commit is contained in:
tdurieux
2021-04-08 11:55:06 +02:00
parent fcb3cbd851
commit 9ebf6a52f7
+2 -2
View File
@@ -182,7 +182,7 @@
</div> </div>
<!-- Conference --> <!-- Conference -->
<div class="form-group"> <div class="form-group">
<label for="conference">Conference</label> <label for="conference">Conference <span class="text-muted">Optional</span></label>
<input <input
class="form-control" class="form-control"
id="conference" id="conference"
@@ -190,7 +190,7 @@
ng-model="conference" ng-model="conference"
/> />
<small class="form-text text-muted" <small class="form-text text-muted"
>In which conference the paper has been submitted.</small >In which conference the paper will be submitted.</small
> >
</div> </div>