mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-14 03:12:45 +00:00
mark the conference field as optional
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user