Skip to content

Commit

Permalink
Merge pull request #236 from OpenUpSA/feature/hide-issues
Browse files Browse the repository at this point in the history
Feature/hide issues
  • Loading branch information
paulmwatson authored Nov 1, 2024
2 parents 776c5da + ef81dab commit 192b0be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions pombola/south_africa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,4 @@

</div>

{% block issues_and_options %}
<div class="issues-and-options-footer">
<div class="wrapper">
<div id="issues-options-embed"></div>
<script type="text/javascript" src="https://pym.nprapps.org/pym.v1.min.js"></script>
<script>
var pymParent = new pym.Parent('issues-options-embed', 'https://issues-and-options.pa.org.za/', {});
</script>
</div>
</div>
{% endblock %}
{% endblock %}
11 changes: 0 additions & 11 deletions pombola/south_africa/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,6 @@ <h2 class="home__reps__heading__title">Who represents you?</h2>
</div>
</div>
</div>
<div class="home__section home__actions">
<div class="wrapper">
<div id="issues-options-embed"></div>
<script type="text/javascript" src="https://pym.nprapps.org/pym.v1.min.js"></script>
<script>
var pymParent = new pym.Parent('issues-options-embed', 'https://issues-and-options.pa.org.za/', {});
</script>
</div>
</div>
<div class="home__section home__news">
<div class="wrapper">
<div class="home__news__row">
Expand Down Expand Up @@ -173,6 +164,4 @@ <h3>Latest Infographics</h3>
</div>
</div>

{% block issues_and_options %}{% endblock %}

{% endblock %}

0 comments on commit 192b0be

Please sign in to comment.