forked from extern/django-helpdesk
Update kb_category.html
Fixed a minor typo: space after colon in H2 heading.
This commit is contained in:
parent
7d89a9ae1d
commit
eef16be1a4
@ -1,7 +1,7 @@
|
||||
{% extends "helpdesk/public_base.html" %}{% load i18n humanize %}
|
||||
|
||||
{% block helpdesk_body %}
|
||||
<h2>{% trans 'Knowledgebase Category' %}:{% blocktrans with category.title as kbcat %}{{ kbcat }}{% endblocktrans %}</h2>
|
||||
<h2>{% trans 'Knowledgebase Category' %}: {% blocktrans with category.title as kbcat %}{{ kbcat }}{% endblocktrans %}</h2>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="well well-sm">
|
||||
|
Loading…
Reference in New Issue
Block a user