# HG changeset patch # User cavaliet # Date 1372411422 -7200 # Node ID 5f04dbb9cbaaf7d4e15d2fd9d4d282b2ffdf88f8 # Parent e00ce6ad47bb14ecc7c4c5808b0b52e197dd3dce debug and version number to 0.6.4 diff -r e00ce6ad47bb -r 5f04dbb9cbaa src/egonomy/__init__.py --- a/src/egonomy/__init__.py Fri Jun 28 10:51:35 2013 +0200 +++ b/src/egonomy/__init__.py Fri Jun 28 11:23:42 2013 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 6, 3, "final", 1) +VERSION = (0, 6, 4, "final", 1) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r e00ce6ad47bb -r 5f04dbb9cbaa src/egonomy/templates/partial/item_in_collection_list.html --- a/src/egonomy/templates/partial/item_in_collection_list.html Fri Jun 28 10:51:35 2013 +0200 +++ b/src/egonomy/templates/partial/item_in_collection_list.html Fri Jun 28 11:23:42 2013 +0200 @@ -34,7 +34,7 @@

{{ fragment.title }}

{{ fragment.author }}

-

desc : {{ item.description }}

+

{{ item.description }}

{% endwith %} @@ -77,7 +77,7 @@
  • {% if user.is_authenticated %} {% else %} - + {% endif %}
  • @@ -90,7 +90,7 @@

    {{ img.metadata.titre }}

    {{ img.metadata.auteur }}

    -

    desc : {{ item.description }}

    +

    {{ item.description }}

    {% endwith %} diff -r e00ce6ad47bb -r 5f04dbb9cbaa src/egonomy/templates/partial/item_in_collection_mosaic.html --- a/src/egonomy/templates/partial/item_in_collection_mosaic.html Fri Jun 28 10:51:35 2013 +0200 +++ b/src/egonomy/templates/partial/item_in_collection_mosaic.html Fri Jun 28 11:23:42 2013 +0200 @@ -38,7 +38,7 @@

    {{ fragment.title }}

    {{ fragment.author }}

    -

    desc : {{ item.description }}
    contenttype : {{ item.content_type.model }}
    object_id : {{ item.object_id }}
    content_object : {{ item.content_object }}

    +

    {{ item.description }}

    {% endwith %} {% else %} @@ -66,7 +66,7 @@
  • {% if user.is_authenticated %} {% else %} - + {% endif %}
  • @@ -78,7 +78,7 @@

    {{ img.metadata.titre }}

    {{ img.metadata.auteur }}

    -

    desc : {{ item.description }}
    contenttype : {{ item.content_type.model }}
    object_id : {{ item.object_id }}
    content_object : {{ item.content_object }}

    +

    {{ item.description }}

    {% endwith %} {% endwith %}