final final final final version (version 1.4)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<p>{{ err_str }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<form action="/assignment/computer" method="post" class="pure-form pure-form-2 pure-form-stacked">
|
||||
<form action="/assignment/cespite" method="post" class="pure-form pure-form-2 pure-form-stacked">
|
||||
{% csrf_token %}
|
||||
<div class="form-content width-100">
|
||||
{{ form }}
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
{% if user.is_authenticated %}
|
||||
{% if bundle.product_type == "Computer" %}
|
||||
<a href="/import/serials" class="pure-button pure-button-primary add-button">Importa Computer</a>
|
||||
{% endif %}
|
||||
<div class="detail-content">
|
||||
<table class="pure-table pure-table-horizontal width-100">
|
||||
<thead>
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<li>Data di Nascita: {{ student.birth_date }}</li>
|
||||
<li>Codice Fiscale: {{ student.codice_fiscale }}</li>
|
||||
<li>Sesso: {{ student.gender }}</li>
|
||||
<li>Id Studente Corso: {{ student.id_student_course }}</li>
|
||||
<li>Sigla Corso: {{ student.course_acronym }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -166,4 +165,4 @@
|
||||
</table>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
<li>Data di Nascita: {{ student.birth_date }}</li>
|
||||
<li>Codice Fiscale: {{ student.codice_fiscale }}</li>
|
||||
<li>Sesso: {{ student.gender }}</li>
|
||||
<li>Id Studente Corso: {{ student.id_student_course }}</li>
|
||||
<li>Sigla Corso: {{ student.course_acronym }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user