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

Unified Diff: appengine_apps/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 side-by-side diff with in-line comments
Download patch
Index: appengine_apps/chromium_status/templates/static_blob_upload_form.html
diff --git a/appengine_apps/chromium_status/templates/static_blob_upload_form.html b/appengine_apps/chromium_status/templates/static_blob_upload_form.html
deleted file mode 100644
index 49f725dc6261a289195553b3843dbb2fdb79da0c..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/templates/static_blob_upload_form.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<form action="{{upload_url}}" method="POST" enctype="multipart/form-data">
- Upload File:
- <input type="file" name="file"><br>
- <input type="submit" name="submit" value="Submit">
-</form>
-{% endblock %}

Powered by Google App Engine
This is Rietveld 408576698