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