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:
parent
803b16853e
commit
137f449351
@ -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