add 'admin jobposting add' button
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
{% if bb_info %}
|
{% if bb_info %}
|
||||||
{{ bb_info.content|safe }}
|
{{ bb_info.content|safe }}
|
||||||
|
<hr>
|
||||||
|
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<hr>
|
|
||||||
<a href="{% url 'admin:core_customflatpage_change' bb_info.id %}">oberen Blackboard-Text bearbeiten</a>
|
<a href="{% url 'admin:core_customflatpage_change' bb_info.id %}">oberen Blackboard-Text bearbeiten</a>
|
||||||
<hr>
|
<hr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -25,6 +25,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% 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">
|
<div class="grid-x grid-margin-x">
|
||||||
{% for job in job_postings %}
|
{% for job in job_postings %}
|
||||||
{% include 'blackboard/partials/_show_job_posting.html' %}
|
{% include 'blackboard/partials/_show_job_posting.html' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user