Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: appengine/chromium_status/templates/static_blob_upload_form.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {% extends "base.html" %} 1 {% extends "base.html" %}
2 2
3 {% block content %} 3 {% block content %}
4 <form action="{{upload_url}}" method="POST" enctype="multipart/form-data"> 4 <form action="{{upload_url}}" method="POST" enctype="multipart/form-data">
5 Upload File: 5 Upload File:
6 <input type="file" name="file"><br> 6 <input type="file" name="file"><br>
7 <input type="submit" name="submit" value="Submit"> 7 <input type="submit" name="submit" value="Submit">
8 </form> 8 </form>
9 {% endblock %} 9 {% endblock %}
OLDNEW
« no previous file with comments | « appengine/chromium_status/templates/revisions.html ('k') | appengine/chromium_status/templates/static_blobs_inline_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698