Fix space before "draft"
This commit is contained in:
parent
908eac134e
commit
b73192c371
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article class="article-detail">
|
<article class="article-detail">
|
||||||
<h1>{{ article.title }}{% if article.status != article.PUBLISHED %} (
|
<h1>{{ article.title }}{% if article.status != article.PUBLISHED %}
|
||||||
{{ article.status }}){% endif %}</h1>
|
({{ article.status }}){% endif %}</h1>
|
||||||
{% include "articles/metadata_snippet.html" %}
|
{% include "articles/metadata_snippet.html" %}
|
||||||
<div>
|
<div>
|
||||||
{{ article.get_formatted_content|safe }}
|
{{ article.get_formatted_content|safe }}
|
||||||
|
|
Reference in a new issue