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.
12 lines
323 B
12 lines
323 B
<div id="edit" class="workflow">
|
|
<h3>(Optional) Step 3: Edit</h3>
|
|
{% if files_uploaded %}
|
|
<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>
|
|
|