6         <td><label for="permanent_link_url">{% trans "Permanent link" %}:</label></td>
 
   7         <td><input id="permanent_link_url" readonly="readonly" type="text" value="{{ url }}" /></td>
 
  12 <script type="text/javascript">
 
  13 $(document).ready(function() {
 
  14     // We highlight the content of the text field on click event
 
  15     $('#permanent_link_url').click(function() {