Skip to content

Commit

Permalink
[MAGDEV-136] Adds some verbiage to indicate a panelists credentials a…
Browse files Browse the repository at this point in the history
…nd social media links may be used on our public schedule
  • Loading branch information
RobRuana committed Aug 22, 2018
1 parent 70dfb17 commit 075865c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uber/templates/panel_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ <h3>Personal Information</h3>

{% if not is_readonly or (not is_class and panelist.has_credentials) -%}
<h3>Credentials</h3>
{% if not is_admin %}
<p class="help-block">Your credentials may be included in the panel description on our public schedule.</p>
{% endif %}
{{ macros.form_group(
panelist,
'occupation',
Expand Down Expand Up @@ -94,6 +97,9 @@ <h3>Credentials</h3>

{% if not is_readonly or (not is_class and panelist.has_social_media) -%}
<h3>Social Media</h3>
{% if not is_admin %}
<p class="help-block">Your social media links may be included in the panel description on our public schedule.</p>
{% endif %}
{% for name, label in panelist._social_media_fields.items() -%}
{{ macros.form_group(
panelist,
Expand Down

0 comments on commit 075865c

Please sign in to comment.