The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
336B

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