app/soc/templates/soc/site/user/profile/lookup.html
changeset 229 a46c238be8db
parent 215 d020c95b17b1
child 298 c76a366c7ab4
--- a/app/soc/templates/soc/site/user/profile/lookup.html	Wed Oct 01 02:02:44 2008 +0000
+++ b/app/soc/templates/soc/site/user/profile/lookup.html	Wed Oct 01 02:11:56 2008 +0000
@@ -98,6 +98,17 @@
    </td>
   </tr>
 {% endif %}
+{% if lookup_link %}
+  <tr>
+   <td colspan="4">&nbsp;</td>
+  </tr>
+  <tr>
+   <td colspan="4">
+    <a href="{{ lookup_link }}">The specified User was not found, but similar
+     Users are listed here.</a>
+   </td>
+  </tr>
+{% endif %} 
  </table>
 </form>
 </p>