5 Would you like to copy the permanent link to your clipboard?
13 <td><label for="permanent_link_url">{% trans "Permanent link" %}:</label></td>
14 <td><input id="permanent_link_url" name="permanent_link_url" readonly="readonly" type="text" value="{{ url }}" /></td>
20 <script type="text/javascript">
21 $(document).ready(function() {
22 // We highlight the content of the text field on click event
23 $('#permanent_link_url').click(function() {