view gpp/templates/weblinks/link_detail.html @ 480:1a7ca5fa494f

Fixing #229: Download details view with a bogus download ID produces internal server error isntead of a 404.
author Brian Neal <bgneal@gmail.com>
date Wed, 05 Oct 2011 00:09:30 +0000
parents c0d0779b266f
children
line wrap: on
line source
{% extends 'weblinks/base.html' %}
{% block title %}Web Links: {{ link.title }}{% endblock %}
{% block weblinks_content %}
<h3>Link Details: {{ link.title }}</h3>
<dl>
{% include 'weblinks/link.html' %}
</dl>
{% endblock %}