Fix space before "draft"

This commit is contained in:
Gabriel Augendre 2020-11-10 16:35:49 +01:00
parent 908eac134e
commit b73192c371
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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 }}