Add groups template
This commit is contained in:
6
aula/templates/groups.html
Normal file
6
aula/templates/groups.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block content %}
|
||||
{% for group in groups %}
|
||||
<p>{{ group.name }}</p>
|
||||
{% endfor %}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user