Skip to content

Commit 49cd3be

Browse files
authored
Merge pull request #66 from tf/dw-url
Fix Datawrapper create chart url
2 parents c677601 + 6c26da9 commit 49cd3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form action="https://datawrapper.de/chart/create" method="POST" target="_blank">
1+
<form action="https://app.datawrapper.de/create/chart" method="GET" target="_blank">
22
<input type="hidden" name="theme" value="pageflow" />
33
<input type="submit" value="<%= I18n.t('pageflow.chart.editor.templates.datawrapper_ad.create_chart') %>" />
44
</form>

0 commit comments

Comments
 (0)