diff --git a/templates/admin/configuration.html b/templates/admin/configuration.html
index 44cabdf..9ef4496 100644
--- a/templates/admin/configuration.html
+++ b/templates/admin/configuration.html
@@ -18,12 +18,10 @@
{{ entry.value }}
{% endif %}
{% endif %}
- {% if not entry.not_from_env %}
- Env: {{ entry.env_name }}
- {% if entry.extra_name %}Env: {{ entry.extra_name }}{% endif %}
- {% if entry.is_changed() %}
- Changed
- {% endif %}
+ Env: {{ entry.env_name }}
+ {% if entry.extra_name %}Env: {{ entry.extra_name }}{% endif %}
+ {% if entry.is_changed() %}
+ Changed
{% endif %}
{% endfor %}