
Patch https://review.openstack.org/#/c/142802 adds a method of reducing duplication of page title logic, this patch applies that change to the admin info, instances, metering and metadata_defs views. Change-Id: Ia30fee5318391283cb471a32547e75b1ecfb6de6 Partial-Bug: 1413749
8 lines
196 B
HTML
8 lines
196 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Modify Usage Report Parameters" %}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include "admin/metering/_daily.html" %}
|
|
{% endblock %}
|