Update for OpenFest 2018
This commit is contained in:
parent
0fba6801d5
commit
1c7718f248
|
@ -1,7 +1,7 @@
|
||||||
class Talk < ActiveResource::Base
|
class Talk < ActiveResource::Base
|
||||||
has_many :selections, class_name: 'SelectedTalk'
|
has_many :selections, class_name: 'SelectedTalk'
|
||||||
|
|
||||||
self.site = "https://cfp.openfest.org/api/conferences/4"
|
self.site = "https://cfp.openfest.org/api/conferences/5"
|
||||||
self.element_name = "event"
|
self.element_name = "event"
|
||||||
|
|
||||||
def self.ordered_by_id
|
def self.ordered_by_id
|
||||||
|
|
|
@ -72,10 +72,10 @@
|
||||||
<div class="wholeday room1 day_1 guide"></div>
|
<div class="wholeday room1 day_1 guide"></div>
|
||||||
<div class="wholeday room1 day_3 guide"></div>
|
<div class="wholeday room1 day_3 guide"></div>
|
||||||
|
|
||||||
<div class="track" id="26"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
|
<div class="track" id="35"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
|
||||||
<div class="track" id="29"><h2>OpenBiz</h2></div>
|
<div class="track" id="38"><h2>OpenBiz</h2></div>
|
||||||
<div class="track" id="27"><h2>Civic Hacking</h2></div>
|
<div class="track" id="36"><h2>Civic Hacking</h2></div>
|
||||||
<div class="track" id="31"><h2>Social</h2></div>
|
<div class="track" id="39"><h2>Social</h2></div>
|
||||||
<div class="track" id="30"><h2>OpenArt</h2></div>
|
<div class="track" id="41"><h2>OpenArt</h2></div>
|
||||||
<div class="track" id="28"><h2>Advanced Technical</h2></div>
|
<div class="track" id="37"><h2>Advanced Technical</h2></div>
|
||||||
<div class="track" id="32"><h2>Education</h2></div>
|
<div class="track" id="40"><h2>Education</h2></div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bg:
|
bg:
|
||||||
generic:
|
generic:
|
||||||
title: Възможни лекции за OpenFest 2017
|
title: Възможни лекции за OpenFest 2018
|
||||||
submit: Изпрати
|
submit: Изпрати
|
||||||
store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно
|
store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно
|
||||||
help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest
|
help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
en:
|
en:
|
||||||
generic:
|
generic:
|
||||||
title: OpenFest 2017 Talk Preference Poll
|
title: OpenFest 2018 Talk Preference Poll
|
||||||
submit: Submit
|
submit: Submit
|
||||||
store_and_submit_changes: Store your changes locally and submit them if possible
|
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"
|
help_us_reduce_the_conflicts: "Help us to reduce the conflicts in OpenFest's schedule"
|
||||||
|
|
Loading…
Reference in New Issue