From bb5c9603debf68c1311151a053b2c41d9d0c11ea Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sat, 31 Mar 2018 17:27:24 +0200 Subject: [PATCH] Fix history shell --- users/templates/users/aff_shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/aff_shell.html b/users/templates/users/aff_shell.html index ad325ddf..a660f88b 100644 --- a/users/templates/users/aff_shell.html +++ b/users/templates/users/aff_shell.html @@ -39,7 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_edit shell %} {% include 'buttons/edit.html' with href='users:edit-shell' id=shell.id %} {% acl_end %} - {% include 'buttons/history.html' with href='users:history' name='shell' id=shell.id %} + {% include 'buttons/history.html' with href='users:history' name='listshell' id=shell.id %} {% endfor %}