Merge "Added warning to bundle import form"

This commit is contained in:
Jenkins
2015-03-17 16:06:38 +00:00
committed by Gerrit Code Review

View File

@@ -37,6 +37,9 @@
<h3>{% trans 'Description:' %}</h3>
<p>{% blocktrans %}<strong>Bundle URL:</strong> HTTP/HTTPS URL of the bundle file.{% endblocktrans %}</p>
</div>
<div class='description-common'>
<p>{% blocktrans %}Note: You'll have to configure each package installed from this bundle separately.{% endblocktrans %}</p>
</div>
</div>
{% endblock %}