ae31189b32
svn: r20989
7 lines
216 B
HTML
7 lines
216 B
HTML
{% extends "gramps-base.html" %}
|
|
{% load my_tags %}
|
|
{% block title %}{{sitename}}: {{tview}} detail {% endblock %}
|
|
{% block heading %}{{sitename}}: {{tview}} detail {% endblock %}
|
|
{% block content %}
|
|
{% endblock %}
|