comparison piecrust/admin/templates/publish.html @ 952:94fd4f07da83

admin: Fix more URL prefix issues, improve publishing.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 00:29:14 -0700
parents 5e91bc0e3b4d
children e04f2ad5f931
comparison
equal deleted inserted replaced
951:c50ff76e0596 952:94fd4f07da83
12 <button type="submit" class="btn btn-default">Execute</button> 12 <button type="submit" class="btn btn-default">Execute</button>
13 </form> 13 </form>
14 </div> 14 </div>
15 {% endfor %} 15 {% endfor %}
16 16
17 {% if last_log %}
18 <h2>Last Publish Log</h2>
19 <pre><code>
20 {{last_log}}
21 </code></pre>
22 {% endif %}
23
17 {% endblock %} 24 {% endblock %}
18 25