mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
14 lines
No EOL
517 B
Text
14 lines
No EOL
517 B
Text
<h2>Site Profile</h2>
|
|
<div>
|
|
<form method="POST" action="/settings/<%= @site.username %>/profile">
|
|
<%== csrf_token_input_html %>
|
|
<p>
|
|
<input name="site[profile_comments_enabled]" type="hidden" value="true">
|
|
<input name="site[profile_comments_enabled]" type="checkbox" value="false"
|
|
<% if @site.profile_comments_enabled == false %>checked<% end %>
|
|
> Turn off profile comments
|
|
</p>
|
|
|
|
<input class="btn-Action" type="submit" value="Update Site Profile Settings">
|
|
</form>
|
|
</div> |