We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91cab58 + 005b2dd commit 1f06664Copy full SHA for 1f06664
adserver/templates/adserver/publisher/overview.html
@@ -23,7 +23,6 @@
23
{% block content_container %}
24
<section>
25
<h1>{% blocktrans with month=start_date|date:"F" %}{{ month }} {{ publisher }} overview{% endblocktrans %}</h1>
26
- <p><small>Month to date overview for {{ publisher }}.</small></p>
27
28
{% if publisher_new %}
29
{# Publisher onboarding workflow #}
@@ -70,6 +69,7 @@ <h3>{% trans 'Welcome back.' %}</h3>
70
69
</div>
71
72
{% else %}
+ <p><small>Month to date overview for {{ publisher }}.</small></p>
73
<div class="row">
74
<div class="col min-vh-75">
75
{% metabase_dashboard_embed metabase_publisher_dashboard publisher_slug=publisher.slug start_date=start_date end_date=end_date %}
0 commit comments