forked from GithubBackups/vichan
Looked at dashboard modLog for expire.php
This commit is contained in:
parent
ef83cb2dea
commit
7201c38567
@ -163,6 +163,8 @@ function mod_dashboard() {
|
||||
}
|
||||
|
||||
$args['logout_token'] = make_secure_link_token('logout');
|
||||
|
||||
modLog('Looked at dashboard', false);
|
||||
|
||||
mod_page(_('Dashboard'), 'mod/dashboard.html', $args);
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
{{ mod.type }}
|
||||
<fieldset>
|
||||
<legend>{% trans 'Boards' %}</legend>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<th>{% trans 'Board' %}</th>
|
||||
<th>{% trans 'Action' %}</th>
|
||||
</tr>
|
||||
{% for log in logs %}
|
||||
{% for log in logs if log.text != 'Looked at dashboard' %}
|
||||
<tr>
|
||||
<td class="minimal">
|
||||
{% if log.username %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user