You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/05/01 12:31:24 UTC

[whimsy] branch master updated: Fix duplicate field bug (credit: myrle)

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d0c018  Fix duplicate field bug (credit: myrle)
7d0c018 is described below

commit 7d0c01875dc3a0c348f67b7ba6530bcfe65a2908
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Wed May 1 08:31:15 2019 -0400

    Fix duplicate field bug (credit: myrle)
---
 www/members/mentor-update.cgi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/members/mentor-update.cgi b/www/members/mentor-update.cgi
index 96a7d33..af80e33 100755
--- a/www/members/mentor-update.cgi
+++ b/www/members/mentor-update.cgi
@@ -61,7 +61,6 @@ def emit_form(apacheid, mdata, button_help, uimap)
       emit_mentor_input('homepage', mdata, uimap, 'glyphicon-console')
       emit_mentor_input('pronouns', mdata, uimap, 'glyphicon-user')
       emit_mentor_input('aboutme', mdata, uimap, 'glyphicon-info-sign')
-      emit_mentor_input('homepage', mdata, uimap, 'glyphicon-console')
       
       _div.form_group do
         _label.col_sm_offset_3.col_sm_9.strong.text_left 'Temporarily Opt Out From Any NEW Mentees'