Commit 38f7bc54 by Őry Máté

dashboard: fix instance name in renew template

parent 1c48024b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
{%blocktrans with object=object%} {%blocktrans with object=instance.name%}
Do you want to renew <strong>{{ object }}</strong>? Do you want to renew <strong>{{ object }}</strong>?
{%endblocktrans%} {%endblocktrans%}
{%blocktrans with suspend=time_of_suspend delete=time_of_delete|default:"n/a" %} {%blocktrans with suspend=time_of_suspend delete=time_of_delete|default:"n/a" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment