app/soc/templates/soc/site/user/profile/lookup.html
changeset 229 a46c238be8db
parent 215 d020c95b17b1
child 298 c76a366c7ab4
equal deleted inserted replaced
228:2204287da374 229:a46c238be8db
    96    <td colspan="4">
    96    <td colspan="4">
    97     <a href="{{ edit_link }}">Edit the User profile of {{ found_user.nick_name }}.</a>
    97     <a href="{{ edit_link }}">Edit the User profile of {{ found_user.nick_name }}.</a>
    98    </td>
    98    </td>
    99   </tr>
    99   </tr>
   100 {% endif %}
   100 {% endif %}
       
   101 {% if lookup_link %}
       
   102   <tr>
       
   103    <td colspan="4">&nbsp;</td>
       
   104   </tr>
       
   105   <tr>
       
   106    <td colspan="4">
       
   107     <a href="{{ lookup_link }}">The specified User was not found, but similar
       
   108      Users are listed here.</a>
       
   109    </td>
       
   110   </tr>
       
   111 {% endif %} 
   101  </table>
   112  </table>
   102 </form>
   113 </form>
   103 </p>
   114 </p>
   104 {% endblock %}
   115 {% endblock %}