Mercurial > piecrust2
diff 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 |
line wrap: on
line diff
--- a/piecrust/admin/templates/publish.html Thu Oct 05 00:28:34 2017 -0700 +++ b/piecrust/admin/templates/publish.html Thu Oct 05 00:29:14 2017 -0700 @@ -14,5 +14,12 @@ </div> {% endfor %} +{% if last_log %} +<h2>Last Publish Log</h2> +<pre><code> +{{last_log}} +</code></pre> +{% endif %} + {% endblock %}