Skip to content

Commit

Permalink
FJ: add FAQ to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
fjg committed Feb 4, 2021
1 parent e4dd677 commit c4c01d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_coop_memberspace/views/website/website_homepage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</xpath>

<xpath expr="//div[@class='oe_structure']" position="after">
<iframe srcdoc="" width="90%" height="600" style="margin: 0 5%;"></iframe>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSV-KvnMEa-VOAd5HRBi9pczssDy8ksqrq7l_YjkgGoORfBzZRUmes9Bxqv1OQT0P2krNjlkkg8S-ng/pub?embedded=true" width="90%" height="600" style="margin: 0 5%;"></iframe>
<script>
$(function() {
$.get("https://docs.google.com/document/d/e/2PACX-1vSV-KvnMEa-VOAd5HRBi9pczssDy8ksqrq7l_YjkgGoORfBzZRUmes9Bxqv1OQT0P2krNjlkkg8S-ng/pub?embedded=true", function(html) {
Expand Down

0 comments on commit c4c01d3

Please sign in to comment.