This commit is contained in:
cuom1999 2021-12-16 14:51:45 -06:00
parent cf36a5365b
commit e92fcc8f67
2 changed files with 3 additions and 1 deletions

View file

@ -2676,7 +2676,6 @@ msgid "Disscuss {0}"
msgstr ""
#: judge/views/problem.py:229
#, fuzzy, python-brace-format
msgid "Discuss <a href=\"{1}\">{0}</a>"
msgstr "Thảo luận <a href=\"{1}\">{0}</a>"

View file

@ -10,6 +10,9 @@
#comment-header {
display: none;
}
.no-comments-message {
margin-top: 0;
}
</style>
{% endblock %}