Merge branch 'ticket-testing' into 'master'

Final preparations for miniconf CFP golive

See merge request LCA2018/symposion_app!65
This commit is contained in:
James Polley 2017-10-13 23:56:38 +00:00
commit f460e88850
3 changed files with 49 additions and 40 deletions

View file

@ -29,6 +29,9 @@ k8s-prod-deploy:
when: manual
only:
- master
environment:
name: prod
url: https://rego.linux.conf.au
build_ticket_image:
image: docker:git
@ -59,6 +62,9 @@ k8s-ticket-testing-deploy:
when: manual
only:
- ticket-testing
environment:
name: staging
url: https://ticket-testing.lca2018.org
pages:
image: alpine
@ -74,3 +80,6 @@ pages:
- public
only:
- master
environment:
name: docs
url: https://lca2018.gitlab.io/symposion_app/

View file

@ -5,7 +5,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 3,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 3
@ -16,7 +16,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 4,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 4
@ -27,7 +27,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 5,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 5
@ -38,7 +38,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 6,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 6
@ -49,7 +49,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 7,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 7
@ -57,10 +57,9 @@
{
"fields": {
"closed": false,
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 8,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-12T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 8
@ -68,10 +67,10 @@
{
"fields": {
"closed": false,
"end": "2017-11-29T13:01:00Z",
"end": "2017-11-27T13:01:00Z",
"published": false,
"section": 9,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-12T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 9
@ -82,7 +81,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 10,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 10
@ -93,7 +92,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 11,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 11
@ -104,7 +103,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 12,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 12
@ -115,7 +114,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 13,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 13
@ -126,7 +125,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 14,
"start": "2017-11-01T14:01:00Z"
"start": "2017-10-15T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 14

View file

@ -306,33 +306,34 @@
</div>
{% endif %}
</div>
<div class="container">
<div class="page-row">
{% if available_teams %}
<div class="page-header">
<h3>Available Teams</h3>
</div>
<div class="page-row">
{% for team in available_teams %}
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h5>{{ team }}</h5>
</div>
<div class="panel-body">
{% if team.description %}<p>{{ team.description }}</p>{% endif %}
<span class="label label-default">{{ team.get_access_display }}</span>
<a class="btn btn-lg btn-primary" role="button" href="{% url "team_detail" team.slug %}">Details</a>
</div>
</div>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
</div>
<div class="container">
<div class="page-row">
{% if available_teams %}
<div class="page-header">
<h3>Available Teams</h3>
</div>
<div class="page-row">
{% for team in available_teams %}
<div class="col-xs-12 col-sm-6 col-lg-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h5>{{ team }}</h5>
</div>
<div class="panel-body">
{% if team.description %}<p>{{ team.description }}</p>{% endif %}
<span class="label label-default">{{ team.get_access_display }}</span>
<a class="btn btn-lg btn-primary" role="button" href="{% url "team_detail" team.slug %}">Details</a>
</div>
</div>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
</div>
{% endblock %} <!-- block content -->