=== modified file 'dashboard_app/templates/dashboard_app/bundle_detail.html'
@@ -58,8 +58,8 @@
<h3>Tips</h3>
<p>You can download this bundle with the following command:</p>
<div class="console">
-{% if bundle.uploaded_by %}
- <code>lava-dashboard-tool get --dashboard-url=http://{{bundle.uploaded_by}}@{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
+{% if bundle.private %}
+ <code>lava-dashboard-tool get --dashboard-url=http://{{request.user.username}}@{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
{% else %}
<code>lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}</code>
{% endif %}