Ajout impression

This commit is contained in:
Ambulance Clerc
2023-09-12 18:55:23 +02:00
parent 0902605a8d
commit 10341408f7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
{% extends 'studenteval/base_studenteval.html' %}
{% load i18n admin_urls jazzmin %}
{% get_jazzmin_ui_tweaks as jazzmin_ui %}
{% block url_nav %}
<li>
@@ -8,7 +10,7 @@
<a href="{% url 'studenteval:export_pdf' object.uuid %}?dtDate__range__gte={{ dtDate__range__gte }}&dtDate__range__lte={{ dtDate__range__lte }}" class="nav-link" target="_self">Imprimer liste PDF</a>
</li>
<li>
<input type=button value="Previous Page" onClick="javascript:history.go(-1);">
<a href="#" onClick="javascript:history.go(-1);" class="nav-link">{% trans "Retour" %}</a>
</li>
{% endblock %}
{% block cl_content %}

View File

@@ -1,4 +1,6 @@
{% extends 'studenteval/base_studenteval.html' %}
{% load i18n admin_urls jazzmin %}
{% get_jazzmin_ui_tweaks as jazzmin_ui %}
{% block title %}Liste des évaluations{% endblock %}
@@ -7,7 +9,7 @@
<a href="{% url 'studenteval:export_pdf_all' uuid %}?dtDate__range__gte={{ dtDate__range__gte }}&dtDate__range__lte={{ dtDate__range__lte }}" class="nav-link" target="_self">Imprimer liste PDF</a>
</li>
<li>
<input type=button value="Previous Page" onClick="javascript:history.go(-2);">
<a href="#" onClick="javascript:history.go(-2);" class="nav-link">{% trans "Retour" %}</a>
</li>
{% endblock %}
{% block cl_content %}