Skip to content

Commit

Permalink
Add feedback form for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLR committed Jun 2, 2024
1 parent 1cd0f42 commit aeb4418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions templates/_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
</button>
<div id="menu-container" role="navigation" aria-label="Main">
<ul class="menu" role="menu">
{#
<li role="presentation">
<a role="menuitem" href="{{ url_for('base.feedback') }}">Feedback</a>
<a role="menuitem" href="https://cloud.orga.emfcamp.org/apps/forms/s/wr2iRdTAPi4j6fSt9CGNN2iq" target="blank">Feedback</a>
</li>
#}
<li role="presentation">
<a role="menuitem" href="{{ url_for('base.about') }}">About</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion templates/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% block title %}Feedback{% endblock %}
{% block body %}
<div id="feedback-page">
<iframe id="feedback-form" src="https://docs.google.com/forms/d/e/1FAIpQLSftZ7W6lilh2xMpn09cZV5AAefBZL_VHjsJa15FDHuTuHZfOw/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<p><a href="https://cloud.orga.emfcamp.org/apps/forms/s/wr2iRdTAPi4j6fSt9CGNN2iq" target="blank">Our feedback form is hosted in our nextcloud here.</a></p>
</div>
{% endblock %}

0 comments on commit aeb4418

Please sign in to comment.