108ff236f7
svn: r13853
11 lines
228 B
HTML
11 lines
228 B
HTML
{% extends "gramps-base.html" %}
|
|
{% block title %}Gramps-Connect: {{tview}} detail {% endblock %}
|
|
{% block heading %}Gramps-Connect: {{tview}} detail {% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{{tview}} Detail page.
|
|
|
|
{% endblock %}
|
|
|