fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6ef926a351a142611fcd143af0a3dcf9c430b466
[prawokultury.git]
/
migdal
/
templates
/
migdal
/
entry
/
entry_detail.html
1
{% extends "base.html" %}
2
{% load comments %}
3
{% load migdal_tags %}
4
5
6
{% block "body" %}
7
8
<div class="entry entry-short entry-{{ object.type }}">
9
10
{% entry_begin entry %}
11
{{ entry.body }}
12
13
{% if entry.get_type.commentable %}
14
{% render_comment_list for entry %}
15
{% render_comment_form for entry %}
16
{% endif %}
17
</div>
18
19
{% endblock %}