Make delete project work without javascript
Most of our major functions work without javascript, but not delete.
Someone suggested: As it stands today, I see two main methods for deleting the project (I didn't check to see if the API supports it; I'm referring to the UI): through the project settings, which has you verify the project name by typing it, and through the main project page, which has you click "OK" (which makes me uncomfortable).
The only safe option I see is to bring the user to another page to verify their action, which can be done in the same manner as it is today: enter the name of the project and submit.
I'm not suggesting removing the existing implementation---just falling back.