Update for OpenFest 2020

This commit is contained in:
Petko Bordjukov 2020-10-15 23:25:24 +03:00
parent 67af3d1504
commit 1597271475
4 changed files with 9 additions and 10 deletions

View File

@ -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/6" self.site = "https://cfp.openfest.org/api/conferences/7"
self.element_name = "event" self.element_name = "event"
def self.ordered_by_id def self.ordered_by_id

View File

@ -72,10 +72,9 @@
<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="49"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div> <div class="track" id="57"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
<div class="track" id="44"><h2>Advanced Technical</h2></div> <div class="track" id="54"><h2>Advanced Technical</h2></div>
<div class="track" id="45"><h2>OpenBiz</h2></div> <div class="track" id="55"><h2>OpenBiz</h2></div>
<div class="track" id="43"><h2>Civic Hacking</h2></div> <div class="track" id="53"><h2>Civic Hacking</h2></div>
<div class="track" id="46"><h2>Social</h2></div> <div class="track" id="52"><h2>Social</h2></div>
<div class="track" id="48"><h2>OpenArt</h2></div> <div class="track" id="56"><h2>Education</h2></div>
<div class="track" id="47"><h2>Education</h2></div>

View File

@ -1,6 +1,6 @@
bg: bg:
generic: generic:
title: Възможни лекции за OpenFest 2019 title: Възможни лекции за OpenFest 2020
submit: Изпрати submit: Изпрати
store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно
help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest

View File

@ -1,6 +1,6 @@
en: en:
generic: generic:
title: OpenFest 2019 Talk Preference Poll title: OpenFest 2020 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"