summaryrefslogtreecommitdiff
path: root/resources/views/modules/ancestors-chart
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-06 12:52:03 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-06 19:08:51 +0100
commit83615acfc72bfb50678c6481f2a00bab04041a87 (patch)
tree72d45e18f900496f605be64b6f99c0078b6b63f9 /resources/views/modules/ancestors-chart
parentf1d4b4a2fcc65f3b3bd1d9fb6ff4b678a9e0aea4 (diff)
downloadwebtrees-83615acfc72bfb50678c6481f2a00bab04041a87.tar.gz
webtrees-83615acfc72bfb50678c6481f2a00bab04041a87.tar.bz2
webtrees-83615acfc72bfb50678c6481f2a00bab04041a87.zip
Working on routing
Diffstat (limited to 'resources/views/modules/ancestors-chart')
-rw-r--r--resources/views/modules/ancestors-chart/page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/ancestors-chart/page.phtml b/resources/views/modules/ancestors-chart/page.phtml
index 0cde25474e..5d2bda29a1 100644
--- a/resources/views/modules/ancestors-chart/page.phtml
+++ b/resources/views/modules/ancestors-chart/page.phtml
@@ -8,7 +8,7 @@ use Fisharebest\Webtrees\I18N;
<?= $title ?>
</h2>
-<form class="wt-page-options wt-page-options-ancestors-chart d-print-none">
+<form method="get" action="<?= e(route('module')) ?>" class="wt-page-options wt-page-options-ancestors-chart d-print-none">
<input type="hidden" name="route" value="module">
<input type="hidden" name="module" value="<?= e($module_name) ?>">
<input type="hidden" name="action" value="Chart">