Skip to content

Commit

Permalink
Merge pull request #657 from DH-IT-Portal-Development/develop
Browse files Browse the repository at this point in the history
Merge "dev" into "acc" again
  • Loading branch information
EdoStorm96 authored Apr 17, 2024
2 parents 5195827 + c9de29d commit 2bc892e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions proposals/templates/proposals/proposal_data_management.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ <h2>{% trans "Privacy: AVG en GDPR" %}</h2>
<h3>{% trans "Nuttige informatie:" %}</h3>
<p>
{% blocktrans trimmed %}
Voor vragen over privacy, zoals: "Wat zijn persoonlijke gegevens?" of "Wanneer mag ik mijn onderzoek anoniem noemen?", raden we je aan het <a href="https://utrechtuniversity.github.io/dataprivacyhandbook/">Data Privacy Handboek</a> te raadplegen.
Voor vragen over privacy, zoals: "Wat zijn persoonlijke gegevens?" of "Wanneer mag ik mijn onderzoek anoniem noemen?", raden we je aan het <a href="https://utrechtuniversity.github.io/dataprivacyhandbook/"
target="_blank">Data Privacy Handboek</a> te raadplegen.
{% endblocktrans %}
</p>
</ul>
<p>
{% blocktrans trimmed %}
Voor advies op het gebied van privacy en de AVG kun je contact opnemen met de privacy officer van GW via <a href="mailto:[email protected]">[email protected]</a>.
Voor advies op het gebied van privacy en de AVG kun je contact opnemen met de privacy officer van GW via <a href="mailto:[email protected]" target="_blank">[email protected]</a>.
{% endblocktrans %}
</p>
<form action="" method="post" enctype="multipart/form-data">
Expand Down
2 changes: 1 addition & 1 deletion reviews/utils/review_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_available_decision(self):
user = self.user
review = self.review

if review.stage in (review.Stages.COMMISSION, review.Stages.SUPERVISOR):
if review.stage not in (review.Stages.COMMISSION, review.Stages.SUPERVISOR):
return False

try:
Expand Down

0 comments on commit 2bc892e

Please sign in to comment.