mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Added a refresh primary
This commit is contained in:
parent
ee76502c18
commit
09d0583d29
4
templates/registered/characters.html
Normal file → Executable file
4
templates/registered/characters.html
Normal file → Executable file
@ -31,8 +31,8 @@
|
|||||||
<div class="text-right col-md-4">
|
<div class="text-right col-md-4">
|
||||||
<a href="/main_character_change/{{ character.character_id }}">
|
<a href="/main_character_change/{{ character.character_id }}">
|
||||||
{% ifequal character.character_id authinfo.main_char_id %}
|
{% ifequal character.character_id authinfo.main_char_id %}
|
||||||
<button type="button" class="btn btn-default btn-xs" disabled>
|
<button type="button" class="btn btn-default btn-xs">
|
||||||
Make Primary
|
Refresh Primary
|
||||||
</button>
|
</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<button type="button" class="btn btn-primary btn-xs">Make
|
<button type="button" class="btn btn-primary btn-xs">Make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user