# HG changeset patch # User cavaliet # Date 1372237960 -7200 # Node ID a6777893243da0df657af81790a525dfa3aee99c # Parent 52e64297d27a08775ab335745859c9b32e76882f debug search form and css and fragment buttons diff -r 52e64297d27a -r a6777893243d src/egonomy/__init__.py --- a/src/egonomy/__init__.py Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/__init__.py Wed Jun 26 11:12:40 2013 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 6, 0, "final", 1) +VERSION = (0, 6, 1, "final", 1) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 52e64297d27a -r a6777893243d src/egonomy/templates/egonomy_all_fragments.html --- a/src/egonomy/templates/egonomy_all_fragments.html Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/templates/egonomy_all_fragments.html Wed Jun 26 11:12:40 2013 +0200 @@ -6,6 +6,14 @@ {% block title %}{% trans "All fragments" %}{% endblock %} +{% block css_page %} + +{% endblock %} + {% block content %}

diff -r 52e64297d27a -r a6777893243d src/egonomy/templates/egonomy_all_pictures.html --- a/src/egonomy/templates/egonomy_all_pictures.html Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/templates/egonomy_all_pictures.html Wed Jun 26 11:12:40 2013 +0200 @@ -6,6 +6,14 @@ {% block title %}{% trans "All pictures" %}{% endblock %} +{% block css_page %} + +{% endblock %} + {% block content %}

diff -r 52e64297d27a -r a6777893243d src/egonomy/templates/egonomy_create_fragment.html --- a/src/egonomy/templates/egonomy_create_fragment.html Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/templates/egonomy_create_fragment.html Wed Jun 26 11:12:40 2013 +0200 @@ -18,8 +18,10 @@
  • - + +

    - × -
    {% with img.info.image_file as image %} diff -r 52e64297d27a -r a6777893243d src/egonomy/templates/egonomy_home.html --- a/src/egonomy/templates/egonomy_home.html Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/templates/egonomy_home.html Wed Jun 26 11:12:40 2013 +0200 @@ -5,6 +5,14 @@ {% block title %}{% trans "Home" %}{% endblock %} +{% block css_page %} + +{% endblock %} + {% block content %}

    {% trans "Last annotated pictures" %}

    diff -r 52e64297d27a -r a6777893243d src/egonomy/templates/egonomy_newbase.html --- a/src/egonomy/templates/egonomy_newbase.html Wed Jun 26 09:56:46 2013 +0200 +++ b/src/egonomy/templates/egonomy_newbase.html Wed Jun 26 11:12:40 2013 +0200 @@ -28,11 +28,11 @@