2022-01-23 14:36:23 +01:00
|
|
|
<div id="edit" class="workflow">
|
2022-03-19 22:43:17 +01:00
|
|
|
<h2>(Optional) Step 3: Edit</h2>
|
2022-03-18 17:32:49 +01:00
|
|
|
{% if files_uploaded or distribusi_live %}
|
2022-03-19 22:43:17 +01:00
|
|
|
<p><a href="/editor">Go to CSS editor</a></p>
|
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>
|
2022-03-19 22:43:17 +01:00
|
|
|
<p><a href="#upload">Go to Step 1</a></p>
|
2022-01-23 15:21:33 +01:00
|
|
|
{% endif %}
|
2022-01-23 14:36:23 +01:00
|
|
|
</div>
|