Skip to content

Commit

Permalink
Changed functionality of check requirements to open in a new browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
AceKokuren committed Oct 23, 2024
1 parent fd6478f commit e21800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whctools/templates/whctools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h4 class="media-heading" style="margin-top:5px; margin-bottom: 0px">{{auth_char
{% if auth_char.is_main or auth_char.is_main_member %}
{% if auth_char.application.member_state == auth_char.application.MembershipStates.NOTAMEMBER%}
{% if auth_char.is_main %}
<div class="whctools-good"><i class="fa fas fa-exclamation-triangle"></i>Please check you have <a href="https://wiki.eveuniversity.org/Wormhole_Community#Requirements"><u>these required skills</u></a> or you will be rejected and subject to a {{ withdraw_timeout }}-day timeout before you can reapply.</div>
<div class="whctools-good"><i class="fa fas fa-exclamation-triangle"></i>Please check you have <a target="_blank" href="https://wiki.eveuniversity.org/Wormhole_Community#Requirements"><u>these required skills</u></a> or you will be rejected and subject to a {{ withdraw_timeout }}-day timeout before you can reapply.</div>
{% endif %}
<a href="/whctools/apply/{{auth_char.char_id}}" class="whcbutton btn btn-primary" role="button">Apply</a>
{% endif %}
Expand Down

0 comments on commit e21800f

Please sign in to comment.