diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 8104175..6d16704 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -2676,7 +2676,6 @@ msgid "Disscuss {0}" msgstr "" #: judge/views/problem.py:229 -#, fuzzy, python-brace-format msgid "Discuss {0}" msgstr "Thảo luận {0}" diff --git a/templates/problem/comments.html b/templates/problem/comments.html index a7ad003..a0ad3f7 100644 --- a/templates/problem/comments.html +++ b/templates/problem/comments.html @@ -10,6 +10,9 @@ #comment-header { display: none; } + .no-comments-message { + margin-top: 0; + } {% endblock %}