I'd like to submit the form to the current URI, like this:
<form action="${CURRENT_URI}" method="post">
<input type="text" name="email" />
</form>
from within a mako template. But I am not sure what variable holds the current uri information.
Thanks.