mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Remove identical elif branch
This commit is contained in:
parent
ddd2600f61
commit
dc9a420bfa
1 changed files with 0 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue