only show tags field on marsey update page

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-19 18:45:44 -05:00
parent ffdf810aa9
commit 6fca874acf
1 changed files with 2 additions and 0 deletions

View File

@ -51,8 +51,10 @@
<label class="mt-3" for="name">Name</label>
<input autocomplete="off" type="text" id="name" class="form-control" name="name" maxlength="30" placeholder="Required" value="{{name}}" required>
{% if type == "Marsey" %}
<label class="mt-3" for="tags">Tags</label>
<input autocomplete="off" type="text" id="name" class="form-control" name="tags" maxlength="200" placeholder="Required" value="{{tags}}" required>
{% endif %}
<div class="footer mt-4">
<div class="d-flex">
<input id="update-asset" type="submit" onclick="disable(this)" class="btn btn-primary ml-auto" value="Update {{type}}">