django/django-contrib-comments

Minor bug in 'Approve.html'

donox opened this issue · 1 comments

donox commented

I noticed that in line 13 of Approve.html:

<input type="submit" name="submit" value="{% trans "Approve" %}"/> or cancel

there is a nested double quote around 'Approve'.

Sorry, but I don't see how this would be a bug.