Actualización
This commit is contained in:
10
plugin/vchamilo/template.tpl
Normal file
10
plugin/vchamilo/template.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="vchamilo-title">
|
||||
<h2>{{title}}</h2>
|
||||
</div>
|
||||
<div class="vchamilo-host-list">
|
||||
<ul>
|
||||
{% for host in hosts %}
|
||||
<li class="vchamilo-host"> <a href="{{host.url}}">{{host.name}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user