2022-01-23 14:36:23 +01:00
|
|
|
<div id="edit" class="workflow">
|
|
|
|
<h3>(Optional) Step 3: Edit</h3>
|
2022-03-18 17:32:49 +01:00
|
|
|
{% if files_uploaded or distribusi_live %}
|
2022-01-23 14:36:23 +01:00
|
|
|
<a href="/editor"><p>Go to CSS editor</p></a>
|
2022-01-23 15:21:33 +01:00
|
|
|
{% else %}
|
|
|
|
<p>
|
|
|
|
You need to upload your files first before you can a css theme
|
|
|
|
for your files.
|
|
|
|
</p>
|
|
|
|
<a href="#upload">Go to Step 1</a>
|
|
|
|
{% endif %}
|
2022-01-23 14:36:23 +01:00
|
|
|
</div>
|