Update item.tpl.html
This commit is contained in:
		@@ -20,7 +20,7 @@
 | 
			
		||||
   | <a id="prev" href="/{{ prev }}">->></a>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
<div class="wrapper">
 | 
			
		||||
  <div class="medium">
 | 
			
		||||
    {% if item == "video" %}
 | 
			
		||||
    <video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
 | 
			
		||||
@@ -39,6 +39,7 @@
 | 
			
		||||
    <h1>404 - Not f0cked</h1>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
    <div class="panel info">
 | 
			
		||||
      <span class="id">ID: {{ id }} | by: {{ username }}<span></span><br />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user