Update for OpenFest 2020
This commit is contained in:
parent
67af3d1504
commit
1597271475
|
@ -1,7 +1,7 @@
|
|||
class Talk < ActiveResource::Base
|
||||
has_many :selections, class_name: 'SelectedTalk'
|
||||
|
||||
self.site = "https://cfp.openfest.org/api/conferences/6"
|
||||
self.site = "https://cfp.openfest.org/api/conferences/7"
|
||||
self.element_name = "event"
|
||||
|
||||
def self.ordered_by_id
|
||||
|
|
|
@ -72,10 +72,9 @@
|
|||
<div class="wholeday room1 day_1 guide"></div>
|
||||
<div class="wholeday room1 day_3 guide"></div>
|
||||
|
||||
<div class="track" id="49"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
|
||||
<div class="track" id="44"><h2>Advanced Technical</h2></div>
|
||||
<div class="track" id="45"><h2>OpenBiz</h2></div>
|
||||
<div class="track" id="43"><h2>Civic Hacking</h2></div>
|
||||
<div class="track" id="46"><h2>Social</h2></div>
|
||||
<div class="track" id="48"><h2>OpenArt</h2></div>
|
||||
<div class="track" id="47"><h2>Education</h2></div>
|
||||
<div class="track" id="57"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
|
||||
<div class="track" id="54"><h2>Advanced Technical</h2></div>
|
||||
<div class="track" id="55"><h2>OpenBiz</h2></div>
|
||||
<div class="track" id="53"><h2>Civic Hacking</h2></div>
|
||||
<div class="track" id="52"><h2>Social</h2></div>
|
||||
<div class="track" id="56"><h2>Education</h2></div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bg:
|
||||
generic:
|
||||
title: Възможни лекции за OpenFest 2019
|
||||
title: Възможни лекции за OpenFest 2020
|
||||
submit: Изпрати
|
||||
store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно
|
||||
help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
en:
|
||||
generic:
|
||||
title: OpenFest 2019 Talk Preference Poll
|
||||
title: OpenFest 2020 Talk Preference Poll
|
||||
submit: Submit
|
||||
store_and_submit_changes: Store your changes locally and submit them if possible
|
||||
help_us_reduce_the_conflicts: "Help us to reduce the conflicts in OpenFest's schedule"
|
||||
|
|
Loading…
Reference in New Issue