Content Management/Internal Questions

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article is a stub. You can help the OLPC project by expanding it.

Python



Django


Design


<form action="somefile.html" method="post">
	Text: <input name="a_text_field" type="text" /><br />
	File: <input name="field_name" type="file" /><br />
	<input name="submit_button" type="submit" />
</form>