Skip to content

Commit

Permalink
Update tag.jet.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 3, 2017
1 parent 0a17bfa commit 234eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/site/torrents/tag.jet.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 id="torrents">{{ T("add_tag") }}</h3>
{{ end }}
<div class="form-group">
<label class="input-label" for="tag_{{Config.Torrents.Tags.Default}}">{{ T("tagtype_tags") }}</label>
<input type="text" name="tag_{{Config.Torrents.Tags.Default}}" id="tag_{{Config.Torrents.Tags.Default}}" value="{{ Form.Get(Config.Torrents.Tags.Default).Tag}}" />
<input type="text" class="form-input" name="tag_{{Config.Torrents.Tags.Default}}" id="tag_{{Config.Torrents.Tags.Default}}" value="{{ Form.Get(Config.Torrents.Tags.Default).Tag}}" />
</div>
</div>
<button type="submit" class="form-input up-input btn-green">{{ T("add")}}</button>
Expand Down

0 comments on commit 234eea1

Please sign in to comment.