Mercurial > public > sg101
view sg101/templates/weblinks/link_detail.html @ 1148:176d1550bf25
Convert weblinks to V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Dec 2016 21:02:31 -0600 |
parents | 02ae9a4a846a |
children |
line wrap: on
line source
{% extends 'weblinks/base.html' %} {% load static from staticfiles %} {% block title %}Web Links: {{ link.title }}{% endblock %} {% block weblinks_content %} <h3>Link Details: {{ link.title }}</h3> <dl> {% include 'weblinks/link.html' %} </dl> {% endblock %} {% block custom_js %} <script type="text/javascript" src="{% static "js/weblinks.js" %}"></script> {% endblock %}