--- a/src/ldt/ldt/__init__.py Tue Jul 23 17:25:44 2013 +0200
+++ b/src/ldt/ldt/__init__.py Mon Aug 26 16:31:50 2013 +0200
@@ -1,6 +1,6 @@
__all__ = ["VERSION", "get_version", "__version__"]
-VERSION = (1, 51, 1, "final", 0)
+VERSION = (1, 51, 2, "final", 0)
def get_version():
--- a/src/ldt/ldt/ldt_utils/templates/front/front_base.html Tue Jul 23 17:25:44 2013 +0200
+++ b/src/ldt/ldt/ldt_utils/templates/front/front_base.html Mon Aug 26 16:31:50 2013 +0200
@@ -83,6 +83,10 @@
<li>
<a target="_blank" href="http://www.iri.centrepompidou.fr" title="{% trans 'link IRI'%}">{% trans "about" %}</a>
</li>
+ {% url 'mashup_home' branding='iri' as hc_url %}
+ {% if hc_url %}<li><a href="{{ hc_url }}">HashCut (mash-up)</a></li>{% endif %}
+ {% url 'composer_home' as cp_url %}
+ {% if cp_url %}<li><a href="{{ cp_url }}">MetadataComposer (hyper video)</a></li>{% endif %}
</ul>
<div class="clear"></div>
</div>