aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-09-18 11:21:57 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-09-18 11:21:57 -0500
commit28eab59acef05b5f38052941483f900d2e78c50b (patch)
tree67cfcdc247bdd856cd72798ee2492bdbafd31e47 /mediagoblin/templates
parent81e536e1a27626d5386b917cb1405eb1585e4f10 (diff)
parent0b95003cd4055745494cf10c89ccbfa6ac04c0e4 (diff)
downloadmediagoblin-28eab59acef05b5f38052941483f900d2e78c50b.tar.lz
mediagoblin-28eab59acef05b5f38052941483f900d2e78c50b.tar.xz
mediagoblin-28eab59acef05b5f38052941483f900d2e78c50b.zip
Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'
Conflicts: mediagoblin/db/migrations.py
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/submit/start.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/submit/start.html b/mediagoblin/templates/mediagoblin/submit/start.html
index aa390f56..d335d742 100644
--- a/mediagoblin/templates/mediagoblin/submit/start.html
+++ b/mediagoblin/templates/mediagoblin/submit/start.html
@@ -19,6 +19,11 @@
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
+{% block mediagoblin_head %}
+ <script type="text/javascript"
+ src="{{ request.staticdirect('/js/file_size.js') }}"></script>
+{% endblock %}
+
{% block title -%}
{% trans %}Add your media{% endtrans %} &mdash; {{ super() }}
{%- endblock %}