distribusi-verse: medium-tech web app content management system for the web
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.
 
 
 
 
 

19 lines
667 B

<div id="launch" class="workflow">
<h2>Step 4: Distribusi</h2>
<p>Run distribusi on your files. This will generate your website and make
your content public.</p>
<form method="POST" enctype="multipart/form-data" action="{{ url_for('distribusi') }}">
{{ distribusiform.csrf_token }}
{% if files_uploaded or distribusi_live %}
<fieldset class="button required">
{{ distribusiform.submit }}
</fieldset>
{% else %}
<p>
You need to upload your files first before you can run distribusi
on your files.
</p>
<a href="#upload">Go to Step 1</a>
{% endif %}
</form>
</div>