[source] add Game to the form

This commit is contained in:
Avris 2021-08-13 20:56:14 +02:00
parent 4c8f1d6e35
commit 262118db41
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<label for="type" class="required"><T>sources.submit.type</T></label> <label for="type" class="required"><T>sources.submit.type</T></label>
<select id="type" class="form-control" v-model="form.type" required> <select id="type" class="form-control" v-model="form.type" required>
<option value=""></option> <option value=""></option>
<option v-for="t in ['Book', 'Article', 'Movie', 'Series', 'Song', 'Poetry', 'Other']" :value="t">{{$t('sources.type.' + t)}}</option> <option v-for="t in ['Book', 'Article', 'Movie', 'Series', 'Song', 'Poetry', 'Game', 'Other']" :value="t">{{$t('sources.type.' + t)}}</option>
</select> </select>
</div> </div>
<div class="form-group"> <div class="form-group">