Sign in
webkit
/
WebKit
/
b77ef60f9e352abd5f0b9f65cef7d6cf3a025367
/
.
/
Tools
/
BuildSlaveSupport
/
ews-app
/
ews
/
templates
/
submittoews.html
blob: 951f672602e162524e57d92a6d7102e0d7e51116 [
file
] [
log
] [
blame
]
<form
name
=
"submit_to_ews"
method
=
"POST"
>
{% csrf_token %}
Attachment id of patch to submit:
<input
name
=
"patch_id"
><input
type
=
"submit"
value
=
"Submit for EWS Processing"
>
</form>