|
@@ -14,8 +14,8 @@
|
|
|
|
|
|
|
|
<form action="/settings" method="post">
|
|
<form action="/settings" method="post">
|
|
|
<div>
|
|
<div>
|
|
|
- <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
|
|
|
|
|
<label for="postDataEnabled">odosielať dáta</label>
|
|
<label for="postDataEnabled">odosielať dáta</label>
|
|
|
|
|
+ <input type="checkbox" id="postDataEnabled" name="postDataEnabled" <%= it.postDataEnabled !== "false" ? `checked` : `` %> value="true">
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
<div>
|