diff --git a/theses/templates/theses/_thesislink_information.html b/theses/templates/theses/_thesislink_information.html
index 0edfdd6e432d4482907a675153fdf95d0e958d0d..1c4c0e7592f2d3902dc4273fb1475df1e8ffb962 100644
--- a/theses/templates/theses/_thesislink_information.html
+++ b/theses/templates/theses/_thesislink_information.html
@@ -32,7 +32,7 @@
         <td>Subject area: </td><td></td><td> {{ thesislink|subject_area }} </td>
     </tr>
     <tr>
-        <td>URL: </td><td>&nbsp;</td><td><a href="{{ pub_link }}" target="_blank">{{ thesislink.pub_link }}</a></td>
+        <td>URL: </td><td>&nbsp;</td><td><a href="{{ thesislink.pub_link }}" target="_blank">{{ thesislink.pub_link }}</a></td>
     </tr>
     <tr>
         <td>Degree granting institution: </td><td>&nbsp;</td><td>{{ thesislink.institution }}</td>