diff --git a/hosting/templates/hosting/settings.html b/hosting/templates/hosting/settings.html index 62dcc947..56818cbf 100644 --- a/hosting/templates/hosting/settings.html +++ b/hosting/templates/hosting/settings.html @@ -18,8 +18,8 @@

{%trans "Billing Address" %}


+ {% csrf_token %} {% for field in form %} - {% csrf_token %} {% bootstrap_field field show_label=False type='fields' bound_css_class='' %} {% endfor %}