]> git.parisson.com Git - teleforma.git/commitdiff
add public_id tcserver
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Apr 2025 09:53:08 +0000 (11:53 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Apr 2025 09:53:08 +0000 (11:53 +0200)
14 files changed:
example/manage.py [changed mode: 0755->0644]
teleforma/static/teleforma/images/1pixelout-player-colour-scheme.png [changed mode: 0755->0644]
teleforma/static/teleforma/js/rainbowvis.js [changed mode: 0755->0644]
teleforma/static/teleforma/swf/1pixeloutplayer.xml [changed mode: 0755->0644]
teleforma/static/teleforma/swf/player.swf [changed mode: 0755->0644]
teleforma/templates/teleforma/source_detail.html
tools/dev/fix_svn_authors.sh [changed mode: 0755->0644]
tools/dev/make_doc.sh [changed mode: 0755->0644]
tools/dev/merge_master_all.sh [changed mode: 0755->0644]
tools/dev/merge_master_to.sh [changed mode: 0755->0644]
tools/dev/push.sh [changed mode: 0755->0644]
tools/dev/pypi.sh [changed mode: 0755->0644]
tools/dev/translate.sh [changed mode: 0755->0644]
tools/trans/transcode.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 80621a9b4987726f3126d2618365f00496df97ab..9d3c7c89487212b16e123ea1c754be1cb7e3bd6e 100644 (file)
@@ -14,7 +14,7 @@
 <ul>
 {% block courses %}
 {% for source in sources %}
-   <li><a href="{% url teleforma-source-detail source.id %}">{{ source.room.name }}</a></li>
+   <li><a href="{% url teleforma-source-detail source.id %}">{{ source.room.name }} - {{ source.public_id }}</a></li>
 {% endfor %}
 {% endblock courses %}
 </ul>
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)