Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34 from pyohio/i#27-fix-teams-interface
Browse files Browse the repository at this point in the history
I#27 #23 fix teams interface
  • Loading branch information
tylerdave authored Feb 17, 2018
2 parents da6c257 + f006629 commit cfd0845
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions fixtures/base/teams.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"model": "teams.team",
"pk": 1,
"fields": {
"slug": "reviewers",
"name": "Reviewers",
"description": "Talk and Tutorial submission reviewers.",
"access": "open",
"created": "2018-02-17T00:49:21.546Z",
"permissions": [],
"manager_permissions": []
}
},
{
"model": "teams.team",
"pk": 2,
"fields": {
"slug": "program-committee",
"name": "Program Committee",
"description": "I am not a committee!",
"access": "invitation",
"created": "2018-02-17T18:00:26.572Z",
"permissions": [],
"manager_permissions": []
}
}
]
2 changes: 2 additions & 0 deletions pinaxcon/templates/site_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<div class="col-md-9">
{% block body %}
{% endblock %}
{% block body_outer %}
{% endblock %}
</div>
<div class="col-md-3">
{% block sidebar %}
Expand Down

0 comments on commit cfd0845

Please sign in to comment.