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

13 lines
360 B
HTML

<div id="edit" class="workflow">
<h2>Step 3: Edit Custom CSS (Optional)</h2>
{% if files_uploaded or distribusi_live %}
<p><a href="/editor">Go to CSS editor</a></p>
{% else %}
<p>
You need to upload your files first before you can a css theme
for your files.
</p>
<p><a href="#upload">Go to Step 1</a></p>
{% endif %}
</div>