Merge "Use "load static" instead of "load staticfiles""

This commit is contained in:
Zuul 2021-02-10 12:46:47 +00:00 committed by Gerrit Code Review
commit b960be412a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% load branding i18n staticfiles %}
{% load branding i18n static %}
{% load load_config from horizon %}
{% load_config as CONF %}