Skip to content
Snippets Groups Projects
Commit a6cde562 authored by Andreas Valder's avatar Andreas Valder
Browse files

moved vtttime to macros.html

parent 63ff5434
Branches
No related tags found
No related merge requests found
{% macro vtttime(time) %}{{ '%02d:%02d:%02d.000'|format( time//3600, (time//60)%60, time%60) }}{% endmacro %} {% from 'macros.html' import vtttime %}
WEBVTT WEBVTT
......
...@@ -187,3 +187,5 @@ $('#embedcodebtn').popover( ...@@ -187,3 +187,5 @@ $('#embedcodebtn').popover(
</button> </button>
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}
{% macro vtttime(time) %}{{ '%02d:%02d:%02d.000'|format( time//3600, (time//60)%60, time%60) }}{% endmacro %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment