Change email. Small improvements
This commit is contained in:
parent
0b6232a280
commit
6ce186584e
|
@ -75,9 +75,9 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>Comments from the last 7 days</h1>
|
<h1>Comments in the last 7 days</h1>
|
||||||
|
|
||||||
<div class="admin-block default-box-shadow">
|
<div class="admin-block">
|
||||||
<table>
|
<table>
|
||||||
<tbody class="js__comments-container">
|
<tbody class="js__comments-container">
|
||||||
<tr class="h">
|
<tr class="h">
|
||||||
|
@ -87,9 +87,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% for comment in grav.twig.comments.comments %}
|
{% for comment in grav.twig.comments.comments %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="e author">{{comment.author}}</td>
|
<td class="author">{{comment.author}}</td>
|
||||||
<td class="v comment">{{comment.text}}</td>
|
<td class="comment">{{comment.text}}</td>
|
||||||
<td class="v details"><strong>Page</strong>: {{comment.pageTitle}}<br>
|
<td class="details"><strong>Page</strong>: {{comment.pageTitle}}<br>
|
||||||
<strong>Date</strong>: {{comment.date}}</td>
|
<strong>Date</strong>: {{comment.date}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -2,5 +2,5 @@ enabled: true
|
||||||
use_captcha: false
|
use_captcha: false
|
||||||
recatpcha_site_key: ''
|
recatpcha_site_key: ''
|
||||||
recatpcha_secret: ''
|
recatpcha_secret: ''
|
||||||
enable_email_notifications: true
|
enable_email_notifications: false
|
||||||
notifications_email_to: 'copesc@gmail.com'
|
notifications_email_to: 'noreply@getgrav.org'
|
Loading…
Reference in New Issue