uploads: don't show translated commentary in tag edit dialog.

This commit is contained in:
evazion
2020-08-12 11:02:11 -05:00
parent ff83cbeba9
commit 3d3b5262cc

View File

@@ -84,7 +84,7 @@ table article.post-preview {
/* Hide everything but the rating and tags fields. */
.post_has_embedded_notes_fieldset, .post_lock_fieldset, .post_parent_id,
.post_source, #filedropzone, .upload_as_pending, .upload_source_container,
.upload_parent_id, .upload_artist_commentary_container {
.upload_parent_id, .upload_artist_commentary_container, .upload_commentary_translation_container {
display: none;
}
}