only show delete if this is actually your video

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 62645ddd93
commit 4a80ab8bca

View file

@ -28,8 +28,10 @@
</div> </div>
</div> </div>
<pre class='form-input'><%= videoData.desc %></pre> <pre class='form-input'><%= videoData.desc %></pre>
<input class='form-input' type='submit' value="Delete"> <%if (username==videoData.username) { %>
<input name='target' hidden value="<%= id %>"> <input class='form-input' type='submit' value="Delete">
</div> <% } %>
<%- include('comments.ejs') -%> <input name='target' hidden value="<%= id %>">
<%- include('footer.ejs') -%> </div>
<%- include('comments.ejs') -%>
<%- include('footer.ejs') -%>