big stupid

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent 32ffeb71cf
commit a8f308e649

View file

@ -22,7 +22,8 @@
<img src='/pfp/<%= videoData.username %>.png' class='avatar-img'>
<div>
<b><a class='link' href="/client/user?id=<%= videoData.username %>">
<%= videoData.username %></a></b>
<%= videoData.username %>
</a></b>
</a>
</div>
</div>
@ -31,8 +32,8 @@
<%if (username==videoData.username) { %>
<input class='form-input' type='submit' value="Delete">
<% } %>
<input name='target' hidden value="<%= id %>">
</form>
<input name='target' hidden value="<%= id %>">
</div>
<%- include('comments.ejs') -%>
<%- include('footer.ejs') -%>