From dc9a420bfa72920b559596439d4bae1124ffb15f Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Sat, 18 Apr 2020 11:56:27 -0400 Subject: [PATCH] Remove identical elif branch --- ihatemoney/templates/history.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/ihatemoney/templates/history.html b/ihatemoney/templates/history.html index 41572d93..58f6c6b9 100644 --- a/ihatemoney/templates/history.html +++ b/ihatemoney/templates/history.html @@ -4,8 +4,6 @@ {% if event.val_after == LoggingMode.DISABLED %} {% if event.val_before == LoggingMode.ENABLED %} {{ _("Disabled Project History") }} - {% elif event.val_before == LoggingMode.RECORD_IP %} - {{ _("Disabled Project History & IP Address Recording") }} {% else %} {{ _("Disabled Project History & IP Address Recording") }} {% endif %}