Files
edx-platform/lms/templates/shoppingcart/cybersource_form.html
2013-08-21 13:14:21 -04:00

7 lines
258 B
HTML

<form action="${action}" method="post">
% for pk, pv in params.iteritems():
<input type="hidden" name="${pk}" value="${pv}" />
% endfor
<input type="submit" value="Check Out" />
</form>