Skip to content

Commit

Permalink
Apply Weasyl theme to Community Tagging Restrictions textbox (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntertur authored Dec 12, 2024
1 parent 6be3c98 commit 6fd9b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weasyl/templates/control/edit_tagrestrictions.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3>Community Tagging Restrictions Information</h3>
You can still add these tags to your own submissions.
</p>
<span class="label">Add or Remove Tags:</span><br />
<textarea class="tags-textarea" name="tags">${" ".join(tags)}</textarea>
<textarea class="input tags-textarea" name="tags">${" ".join(tags)}</textarea>
<div style="padding-top: 1em;">
<button class="button positive" style="float: right;">Save Tags</button>
</div>
Expand Down

0 comments on commit 6fd9b59

Please sign in to comment.