forked from leftypol/leftypol
themes
This commit is contained in:
parent
32384cb722
commit
c5ec20684e
7 changed files with 214 additions and 14 deletions
9
templates/mod/theme_installed.html
Normal file
9
templates/mod/theme_installed.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue