Skip to content
Snippets Groups Projects
Commit b1e7823c authored by Moreau Elise's avatar Moreau Elise
Browse files

create group is a button now

parent 96aeb2a0
Branches
No related tags found
No related merge requests found
......@@ -2,9 +2,11 @@
{% block content %}
<div style="grid-column:1/2; grid-row:1/2">
<h1> List groups </h1>
<a href="/groups/create">Create a group</a>
<form action="/groups/create">
<button type="submit" class="ui button">Create a group</button>
</form>
</div>
<div class="ui relaxed divided list" id="list">
<div class="ui relaxed divided list" id="list" style="max-height:590px;">
{% for group in groups %}
<a href="groups/{{group.id}}" class="item">
<div class="ui horizontal label">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment