diff --git a/fet2020/templates/blackboard/index.html b/fet2020/templates/blackboard/index.html index 3fcb42be..4d86c344 100644 --- a/fet2020/templates/blackboard/index.html +++ b/fet2020/templates/blackboard/index.html @@ -7,9 +7,9 @@ {% if bb_info %} {{ bb_info.content|safe }} +
{% if request.user.is_authenticated %} -
oberen Blackboard-Text bearbeiten
{% endif %} @@ -25,6 +25,11 @@ {% endif %} {% endif %} + {% if request.user.is_authenticated %} + neue Stellenausschreibung hinzufügen +
+ {% endif %} +
{% for job in job_postings %} {% include 'blackboard/partials/_show_job_posting.html' %}