mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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>
|