crunk
3 years ago
6 changed files with 44 additions and 16 deletions
@ -1,4 +1,12 @@ |
|||
<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> |
|||
|
Loading…
Reference in new issue