mirror of
https://github.com/django-components/django-components.git
synced 2025-07-15 04:34:58 +00:00
5 lines
133 B
HTML
5 lines
133 B
HTML
<form method="post">
|
|
{% csrf_token %}
|
|
<input type="text" name="variable" value="{{ variable }}">
|
|
<input type="submit">
|
|
</form>
|