aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorsaksham1115 <saksham115@gmail.com>2016-06-30 08:45:15 +0000
committersaksham1115 <saksham115@gmail.com>2016-07-19 17:29:09 +0000
commit885c2ad4f25648e91edea36c8001ad3ad24769bf (patch)
treec0509aa6e5884fb125e8df617339a95379e14df1 /mediagoblin/templates
parent316bef690842b5015fce68d028f92cb7d6766e41 (diff)
downloadmediagoblin-885c2ad4f25648e91edea36c8001ad3ad24769bf.tar.lz
mediagoblin-885c2ad4f25648e91edea36c8001ad3ad24769bf.tar.xz
mediagoblin-885c2ad4f25648e91edea36c8001ad3ad24769bf.zip
Adding css to textarea
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/edit/custom_subtitles.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/custom_subtitles.html b/mediagoblin/templates/mediagoblin/edit/custom_subtitles.html
index 005e661a..494cffad 100644
--- a/mediagoblin/templates/mediagoblin/edit/custom_subtitles.html
+++ b/mediagoblin/templates/mediagoblin/edit/custom_subtitles.html
@@ -22,8 +22,11 @@
{% block title -%}
{%- endblock %}
+
{% block mediagoblin_content %}
-{{ path }}
+<link href="{{
+ request.staticdirect('/css/subtitles.css') }}"
+ rel="stylesheet">
<form action="{{ request.urlgen('mediagoblin.edit.custom_subtitles',path=path) }}" method="POST" enctype="multipart/form-data">
<div class="form_box edit_box">