Users without a selected main character is not a problem anymore. Main will be listed as "User: [username]" and will be highlighted. Also added a row showing corp of main character.

This commit is contained in:
Ydmir
2016-01-22 21:25:30 +01:00
parent b7c1c8469d
commit f4eac57b0f
3 changed files with 36 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
{% extends "public/base.html" %}
{% load bootstrap %}
{% load staticfiles %}
{% load corputils_extras %}
{% block title %}Alliance Auth{% endblock %}
@@ -10,7 +9,7 @@
{% block content %}
<div class="col-lg-12">
{% if perms.auth.corp_stats %}
{% if perms.auth.corputils %}
<h1 class="page-header text-center">Member Search Results
<div class="text-right">
<!-- Button trigger modal -->
@@ -42,7 +41,7 @@
{% endif %}
</div>
{% if perms.auth.corp_stats %}
{% if perms.auth.corputils %}
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">