Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more categories to match the talk ideas. #5

Open
wants to merge 1 commit into
base: snowcamp15
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/forms/_talk.twig
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<option value="web" {% if category == 'web' %}selected {% endif %}>Web, HTML5, JavaScript, etc.</option>
<option value="bigdata" {% if category == 'bigdata' %}selected {% endif %}>Big Data, Cloud, Machine Learning, etc.</option>
<option value="devops" {% if category == 'devops' %}selected {% endif %}>Devops</option>
<option value="virtual" {% if category == 'virtual' %}selected {% endif %}>Virtualization, and Environment</option>
<option value="virtual" {% if category == 'virtual' %}selected {% endif %}>Virtualization, Docker and Environment</option>
<option value="innovation" {% if category == 'innovation' %}selected {% endif %}>Innovation</option>
<option value="dev" {% if category == 'dev' %}selected {% endif %}>Development principiles and UX</option>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo principiles

</select>
</div>
</div>
Expand Down