feat(templates): 🎨 adjust templates to fit the new rendering data format
This commit is contained in:
parent
9a5b9e609e
commit
9de4838081
7 changed files with 47 additions and 110 deletions
|
@ -8,10 +8,10 @@
|
|||
|
||||
{%block main_content%}
|
||||
<article>
|
||||
<form method="post" enctype="multipart/form-data" action="/api/admin/upload">
|
||||
<input type="text" id="post_path" name="post_path"/>
|
||||
<input type="password" id="api_key" name="api_key"/>
|
||||
<input type="file" id="post_data" name="post_data"/>
|
||||
<form method="post" enctype="multipart/form-data" action="/api/upload">
|
||||
<input type="text" id="path" name="path"/>
|
||||
<input type="password" id="ACCESS_KEY" name="ACCESS_KEY"/>
|
||||
<input type="file" id="file" name="file"/>
|
||||
|
||||
<button>Submit</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue