This commit is contained in:
Michael Save
2012-08-13 00:18:13 +10:00
parent 32384cb722
commit c5ec20684e
7 changed files with 214 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
{% if message %}
<div style="border:1px dashed maroon;padding:20px;margin:auto;max-width:800px">{{ message }}</div>
{% endif %}
{% if result %}
<p style="text-align:center">{% trans 'Successfully installed and built theme.' %}</p>
{% endif %}
<p style="text-align:center"><a href="?/themes">{% trans 'Go back to themes' %}</a>.</p>