Skip to content

Instantly share code, notes, and snippets.

@markasoftware
markasoftware / enterprise_token.rb
Last active July 26, 2024 15:05
OpenProject Enterprise mode for free
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ also be sure to RESTART OpenProject after replacing the file. ################
############ it doesn't show that enterprise mode is enabled in the settings, but all ################
############ enterprise mode features, such as KanBan boards, are enabled. ################
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2023 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
@helisoncruz
helisoncruz / escolaridade.html
Last active June 29, 2024 18:19
Select (Estado Civil, Escolaridade)
<select name="escolaridade" id="escolaridade">
<option value="Ensino Fundamental">Ensino Fundamental</option>
<option value="Ensino Medio">Ensino Medio</option>
<option value="Ensino Superior">Ensino Superior</option>
<option value="Ensino Fundamental Incompleto">Ensino Fundamental Incompleto</option>
<option value="Ensino Medio Incompleto">Ensino Medio Incompleto</option>
<option value="Ensino Superior Incompleto">Ensino Superior Incompleto</option>
</select>