1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 11:02:40 +01:00

Looked at dashboard modLog for expire.php

This commit is contained in:
8chan Admin 2013-10-26 11:26:08 +00:00
parent 803b16853e
commit 137f449351
3 changed files with 3 additions and 2 deletions

View File

@ -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);
}

View File

@ -1,4 +1,3 @@
{{ mod.type }}
<fieldset>
<legend>{% trans 'Boards' %}</legend>

View File

@ -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 %}