From 5f288f8f9b34cc05d1eab7a3462ddb4b531d33ae Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Fri, 21 Apr 2017 00:00:12 +0200 Subject: [PATCH] fixed name in changelog --- templates/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/changelog.html b/templates/changelog.html index e093b8c..0e6066f 100644 --- a/templates/changelog.html +++ b/templates/changelog.html @@ -22,7 +22,7 @@ {% for i in changelog %} <tr> <td style="white-space: nowrap;">{{i.when}}</td> - <td>{% if (i.who != i.who|string) %}{{i.realname}} ({{i.who}}){% else %}{{i.who}}{%endif%}</td> + <td>{% if (i.who != i.who|string) %}{{i.name}} ({{i.who}}){% else %}{{i.who}}{%endif%}</td> <td style="white-space: nowrap;">{{i.path}}</td> <td>"{{i.value_old}}"</td> <td>"{{i.value_new}}"</td> -- GitLab