-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
src/genlab_bestilling/templates/genlab_bestilling/order_filter.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{% extends "genlab_bestilling/base_filter.html" %} | ||
{% load neapolitan %} | ||
{% load render_table from django_tables2 %} | ||
|
||
{% block page-title %}Orders relative to {{ genrequest }}{% endblock page-title %} | ||
{% block page-inner %} | ||
<div class="flex gap-5 mb-5"> | ||
<a class="btn bg-primary" href="{% url 'genrequest-detail' pk=genrequest.id %}"><i class="fas fa-arrow-left"></i> back</a> | ||
<a class="btn bg-primary" href="{% url 'genrequest-equipment-create' genrequest_id=genrequest.id %}"><i class="fas fa-plus"></i> Equipment order</a> | ||
<a class="btn bg-primary" href="{% url 'genrequest-extraction-create' genrequest_id=genrequest.id %}"><i class="fas fa-plus"></i> Extraction order</a> | ||
<a class="btn bg-primary" href="{% url 'genrequest-analysis-create' genrequest_id=genrequest.id %}"><i class="fas fa-plus"></i> Analysis order</a> | ||
</div> | ||
{% endblock page-inner %} |
15 changes: 0 additions & 15 deletions
15
src/genlab_bestilling/templates/genlab_bestilling/order_list.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters