Ultime commit!
This commit is contained in:
parent
729bc1bea1
commit
f767b7a41b
25 changed files with 186 additions and 532 deletions
|
|
@ -1,10 +1,6 @@
|
|||
{% extends "./base_site.html" %}
|
||||
{% load i18n static %}
|
||||
|
||||
{% block coltype %}colMS{% endblock %}
|
||||
|
||||
{% block bodyclass %}{{ block.super }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div id="content-main">
|
||||
|
|
@ -12,8 +8,8 @@
|
|||
<table>
|
||||
{% for m in object_list %}
|
||||
<tr>
|
||||
<th>{{m.code}}</th>
|
||||
<td><a href=" {% url 'module-detail' m.id %}">{{m.nom}}</a></td>
|
||||
<th>{{ m.code }}</th>
|
||||
<td><a href=" {% url 'module-detail' m.id %}">{{ m.nom }}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue