mark the conference field as optional

This commit is contained in:
tdurieux
2021-04-08 11:55:06 +02:00
parent fcb3cbd851
commit 9ebf6a52f7

View File

@@ -182,7 +182,7 @@
</div>
<!-- Conference -->
<div class="form-group">
<label for="conference">Conference</label>
<label for="conference">Conference <span class="text-muted">Optional</span></label>
<input
class="form-control"
id="conference"
@@ -190,7 +190,7 @@
ng-model="conference"
/>
<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>