Skip to content
Snippets Groups Projects
Commit 7aef80cc authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'SDC-512-consistent-filtering' into 'master'

weird typo

See merge request !253
parents 3d300353 3e153207
No related branches found
No related tags found
2 merge requests!254Master,!253weird typo
Pipeline #29458 passed
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 1.0.0 (22 apr 2021 - 14:00) <p class="footer"> Version 1.0.0 (22 apr 2021 - 17:00)
</div> </div>
......
...@@ -475,7 +475,7 @@ def TaskDetails(request, id=0, page=0): ...@@ -475,7 +475,7 @@ def TaskDetails(request, id=0, page=0):
task = Task.objects.get(id=id) task = Task.objects.get(id=id)
# store the requested task_id on the session # store the requested task_id on the session
request.session['task_id'] = task.idg request.session['task_id'] = task.id
except: except:
# when an invalid id is given, like '/atdb/task_details/0/', # when an invalid id is given, like '/atdb/task_details/0/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment