close tag in subtitles html
[mediagoblin.git] / mediagoblin / plugins / subtitles / templates / mediagoblin / plugins / subtitles / subtitle_media_block.html
index b516655a8044bb4bc72543722efc3fca3b871742..7426c9718fcda98229505860587e4c7be973dd51 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2016 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -26,8 +26,9 @@
                 <a href="{{ request.urlgen('mediagoblin.plugins.subtitles.customize',
                             user=media.get_actor.username,
                             media_id=media.id,
-                            path=subtitle.filepath) }}">
+                            id=subtitle.id ) }}">
                 {{- subtitle.name -}}
+               </a>
             </li>
           {%- endfor %}
         </ul>
@@ -47,4 +48,4 @@
         </p>
       {%- endif %}
     {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}