add 'admin jobposting add' button

This commit is contained in:
2021-05-28 17:24:38 +00:00
parent d58b77cbdc
commit b04f9ab862

View File

@@ -7,9 +7,9 @@
{% if bb_info %}
{{ bb_info.content|safe }}
<hr>
{% if request.user.is_authenticated %}
<hr>
<a href="{% url 'admin:core_customflatpage_change' bb_info.id %}">oberen Blackboard-Text bearbeiten</a>
<hr>
{% endif %}
@@ -25,6 +25,11 @@
{% endif %}
{% endif %}
{% if request.user.is_authenticated %}
<a href="{% url 'admin:blackboard_jobposting_add' %}">neue Stellenausschreibung hinzufügen</a>
<hr>
{% endif %}
<div class="grid-x grid-margin-x">
{% for job in job_postings %}
{% include 'blackboard/partials/_show_job_posting.html' %}