redhat-beyond / givit

0 stars 5 forks source link

small changes in profile model and views #128

Closed talkind closed 4 years ago

talkind commented 4 years ago

small modification in profile model:

  1. small changes in regex expressions
  2. removed help_text

modified renders for the menu bar display: in order to display a specific menu to each member type (admin, coordinator, friend), I needed to send the profile data in every render statement.

  1. I build a function that sends the profile data to a specific user (the user is logged in)
  2. update each render to send this info.

changed field in profile model: created a new migration file because I've changes the model fields.

Fixes #93 #87 #80 #78 #71