Advertisement
MikeHibbert

Untitled

Jan 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <section class="thread">
  2.   <header>
  3.     <table>
  4.       <tr>
  5.         <td>
  6.           <a href="{% url 'thread' thread.id %}"><h4>{{ thread.name }}</h4></a>
  7.         </td>
  8.       </tr>
  9.     </table>
  10.  
  11.   </header>
  12. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement