67
edits
(Created page with "= MozSecureWorld FAQ/Notes = == FAQ == === CSRF error === Django's fix to CSRF can be found in [https://docs.djangoproject.com/en/dev/intro/tutorial04/ the tutorial]. Where you p...") |
|||
| Line 26: | Line 26: | ||
<pre> | <pre> | ||
import jingo | import jingo | ||
return jingo.render(request, 'template.html', {"var_name": var_value}) | |||
</pre> | </pre> | ||
edits