forked from ScoDoc/ScoDoc
17 lines
373 B
HTML
17 lines
373 B
HTML
{% extends "base.html" %}
|
|
{% import 'bootstrap/wtf.html' as wtf %}
|
|
|
|
{% block app_content %}
|
|
<h1>Référentiels de compétences chargés</h1>
|
|
|
|
<div class="row">
|
|
{{tab.html() | safe}}
|
|
</div>
|
|
|
|
<div>
|
|
<a href="{{url_for(
|
|
'notes.refcomp_load', scodoc_dept=g.scodoc_dept)
|
|
}}">charger un nouveau référentiel de compétences Orébut</a>.
|
|
</div>
|
|
|
|
{% endblock %} |