|
|
@ -116,11 +116,10 @@
|
|
|
|
<a href="{{ url_for('admin') }}" id="back" class="btn btn-default">{{_('Back')}}</a>
|
|
|
|
<a href="{{ url_for('admin') }}" id="back" class="btn btn-default">{{_('Back')}}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
{% if downloads %}
|
|
|
|
{% if downloads %}
|
|
|
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
<h2>{{_('Recent Downloads')}}</h2>
|
|
|
|
<h2>{{_('Recent Downloads')}}</h2>
|
|
|
|
{% for entry in downloads %}
|
|
|
|
{% for entry in downloads %}
|
|
|
|
<div class="col-sm-2">
|
|
|
|
<div class="col-sm-2">
|
|
|
@ -129,6 +128,7 @@
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|