|
|
|
@ -6,6 +6,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
{% block content %} |
|
|
|
{% block content %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<article> |
|
|
|
|
|
|
|
|
|
|
|
<div class="post_padding"> |
|
|
|
<div class="post_padding"> |
|
|
|
|
|
|
|
|
|
|
|
{% if post.style == 1 %} |
|
|
|
{% if post.style == 1 %} |
|
|
|
@ -36,8 +38,14 @@ |
|
|
|
{{ post.body }} |
|
|
|
{{ post.body }} |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</article> |
|
|
|
|
|
|
|
|
|
|
|
<br/> |
|
|
|
<br/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="lat_padding"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
{% if user.is_authenticated %} |
|
|
|
<form action="{% url 'news:comment' post.id %}" method="post"> |
|
|
|
<form action="{% url 'news:comment' post.id %}" method="post"> |
|
|
|
{% csrf_token %} |
|
|
|
{% csrf_token %} |
|
|
|
@ -116,4 +124,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock content %} |
|
|
|
{% endblock content %} |
|
|
|
|