Start Theme Repo
This commit is contained in:
7
views/pieces/submissions/fields/game.twig
Normal file
7
views/pieces/submissions/fields/game.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
<label for="gameTitle">{{ __( "Game Name:", 'romhackplaza' ) }}</label>
|
||||
<span class="field-helper">{{ __( "Search your game (give it a second).", 'romhackplaza' ) }}</span>
|
||||
<select id="gameTitle" name="gameTitle" data-term-id="{{ value_game_id|esc_attr }}" data-term-name="{{ value_game_name|esc_attr }}">
|
||||
{% if value_game_id == "" %}
|
||||
<option value=""></option>
|
||||
{% endif %}
|
||||
</select>
|
||||
Reference in New Issue
Block a user