{% extends "base.html" %} {% block title %}User Contributed views{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}User Contributed Views{% endblock %} {% block toolbar %}{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block nav2 %}contrib{% endblock %} {% load adagiostags %} {% block content %}
Here you can see a list of user contributed views for Adagios. You can make your own from {{ settings.contrib_dir }}.
Please see the examples below for assistance on creating your own custom views.