fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New fnpdjango app with lots of common utils.
[prawokultury.git]
/
migdal
/
templates
/
migdal
/
entry
/
entry_short.html
diff --git
a/migdal/templates/migdal/entry/entry_short.html
b/migdal/templates/migdal/entry/entry_short.html
index
5dbef6f
..
7a5eb25
100755
(executable)
--- a/
migdal/templates/migdal/entry/entry_short.html
+++ b/
migdal/templates/migdal/entry/entry_short.html
@@
-1,6
+1,6
@@
{% load i18n %}
{% load comments %}
{% load i18n %}
{% load comments %}
-{% load migdal_tags %}
+{% load migdal_tags
fnp_share
%}
<div class="entry entry-short entry-{{ object.type }}">
<div class="entry entry-short entry-{{ object.type }}">
@@
-8,6
+8,9
@@
{% entry_begin object %}
{% entry_begin object %}
+<div style="clear: both;"></div>
+
+<div class="toolbar">
<div class="more">
{% if object.get_type.commentable %}
<div class="more">
{% if object.get_type.commentable %}
@@
-23,9
+26,11
@@
</div>
</div>
-
<div class="social">
<div class="social">
+ {% share object.get_absolute_url object.title %}
</div>
</div>
+</div>
+
<div style="clear: both"></div>
<div style="clear: both"></div>