a
This commit is contained in:
parent
95d2d994c2
commit
31a5606187
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
|
||||
<form enctype='multipart/form-data' method='POST' action='/api/form/delete_video'>
|
||||
<div class='form-input'>
|
||||
<div class='content form-input'>
|
||||
<b>
|
||||
<%= videoData.title %>
|
||||
</b>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<pre class='form-input'><%= videoData.desc %></pre>
|
||||
<pre class='content form-input'><%= videoData.desc %></pre>
|
||||
<%if (username==videoData.username) { %>
|
||||
<input class='form-input' type='submit' value="Delete">
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue