lazylandscape
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

list_fields.html
text/html

Download raw (169 bytes)

{% extends "base.html" %}

{% block body %}

<h2>Fields</h2>
{% for f in fields %}
<div><a href="{% url sh.get.class_ f %}">{{f}}</a></div>
{% endfor %}
{% endblock %}