Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(956)

Unified Diff: MoinMoin/templates/ticket/submit.html

Issue 246020043: file upload
Patch Set: removed "else: pass" Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « MoinMoin/templates/ticket/modify.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MoinMoin/templates/ticket/submit.html
===================================================================
--- a/MoinMoin/templates/ticket/submit.html
+++ b/MoinMoin/templates/ticket/submit.html
@@ -15,6 +15,12 @@
<div class="moin-ticket-metadata">
<h2>{{ _("Provide metadata") }}</h2>
+ <dt>
+ {{ gen.label(form['data_file']) }}
+ </dt>
+ <dd>
+ {{ gen.input(form['data_file'], type='file') }}
+ </dd>
<dl>
{{ forms.render_errors(form) }}
{{ render_meta() }}
« no previous file with comments | « MoinMoin/templates/ticket/modify.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b