diff options
Diffstat (limited to 'templates/settings.tmpl')
-rw-r--r-- | templates/settings.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl index a32a1b0..e7d49e9 100644 --- a/templates/settings.tmpl +++ b/templates/settings.tmpl @@ -4,6 +4,7 @@ <div class="page-title"> Settings </div> <form id="settings-form" action="/settings" method="POST"> + <input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}"> <div class="settings-form-field"> <label for="visibility"> Default scope </label> <select id="visibility" name="visibility"> |