mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
Merge pull request #855 from typonaut/patch-3
Update kb_item.html - fix missing space after colon in header
This commit is contained in:
commit
3bd00f33cb
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user