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.
16 lines
515 B
16 lines
515 B
3 years ago
|
<div id="theme" class="workflow">
|
||
|
<h3>(Optional) Step 2: Theme</h3>
|
||
|
<p>Select your Theme here. If you want your own custom css, skip and go to
|
||
|
step 3. Don't forget to press Save</p>
|
||
|
<form method="POST" enctype="multipart/form-data" action="{{ url_for('theme') }}">
|
||
|
{{ themeform.csrf_token }}
|
||
|
<fieldset class="required">
|
||
|
{{ themeform.theme.label }}
|
||
|
{{ themeform.theme }}
|
||
|
</fieldset>
|
||
|
<fieldset class="button required">
|
||
|
{{ themeform.save }}
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
</div>
|