leftypol/templates/mod/theme_installed.html
Michael Save c5ec20684e themes
2012-08-13 00:18:13 +10:00

10 lines
336 B
HTML

{% 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>