diff --git a/hosting/templates/hosting/settings.html b/hosting/templates/hosting/settings.html index 96e811cf..6b5acbee 100644 --- a/hosting/templates/hosting/settings.html +++ b/hosting/templates/hosting/settings.html @@ -67,7 +67,11 @@ {% if card.preferred %} {% trans "DEFAULT" %} {% else %} - {% trans "SELECT" %} +
+ {% csrf_token %} + + {% trans "SELECT" %} +
{% endif %}