Update kb_item.html

Fixed a minor typo: space after colon in H2 heading
This commit is contained in:
typonaut 2020-08-15 16:30:58 +01:00 committed by GitHub
parent 7d89a9ae1d
commit 604306d738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{% extends "helpdesk/public_base.html" %}{% load i18n %}{% load markdown_deux_tags %}
{% block helpdesk_body %}
<h2>{% trans 'Knowledgebase' %}:{% blocktrans with item.title as item %}{{ item }}{% endblocktrans %}</h2>
<h2>{% trans 'Knowledgebase' %}: {% blocktrans with item.title as item %}{{ item }}{% endblocktrans %}</h2>
<div class="col-lg-12">
<div class="panel panel-primary">