view gpp/templates/weblinks/base.html @ 133:c515b7401078

Use the new common way to apply markItUp to textareas and to get the smiley and markdown help dialogs for all the remaining apps except for forums and comments.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2009 00:21:47 +0000
parents 884839ddbfde
children 952e05cb3d80
line wrap: on
line source
{% extends 'base.html' %}
{% load weblinks_tags %}
{% block custom_css %}
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/weblinks.css" />
{% block weblinks_css %}{% endblock %}
{% endblock %}
{% block content %}
<h2>Web Links</h2>
{% weblinks_navigation %}
<div class="weblinks-content">
   {% block weblinks_content %}
   {% endblock %}
</div>
{% endblock %}