mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
remove colon if not entered any app
This commit is contained in:
parent
b168a7519e
commit
bc0d050f25
@ -63,7 +63,7 @@
|
||||
<div class="tab-content">
|
||||
{% block tab_content %}
|
||||
<div class="tab-pane active">
|
||||
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
|
||||
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
@ -144,6 +144,7 @@
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block extrajs %}
|
||||
<link href="{% static 'metrics/js/spinner.js' %}" rel="stylesheet">
|
||||
{% endblock extrajs %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user