add 'admin jobposting add' button
This commit is contained in:
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user