5 Would you like to copy the permanent link to your clipboard?
10 <p><label for="permanent_link_url">{% trans "Permanent link" %}:</label></p>
11 <p><input id="permanent_link_url" name="permanent_link_url" size="64" style="font-size: 12px; width: 330px" readonly="readonly" type="text" value="{{ url }}" /></p>
14 <script type="text/javascript">
15 $(document).ready(function() {
16 // We highlight the content of the text field on click event
17 $('#permanent_link_url').click(function() {