add links to modules if possible and version number to 1.51.2 V01.51.02
authorcavaliet
Mon, 26 Aug 2013 16:31:50 +0200
changeset 1228 24c4023ded2f
parent 1227 280fd0469003
child 1229 6976a78b2f5a
add links to modules if possible and version number to 1.51.2
src/ldt/ldt/__init__.py
src/ldt/ldt/ldt_utils/templates/front/front_base.html
--- 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>