distribusi-verse/verse/templates/distribusiworkflow/editcss.html

13 lines
342 B
HTML
Raw Normal View History

<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 %}
<a href="/editor"><p>Go to CSS editor</p></a>
{% 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 %}
</div>