mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-18 00:40:16 +02:00
16 lines
561 B
HTML
16 lines
561 B
HTML
{% extends "public/base.html" %}
|
|
{% load bootstrap %}
|
|
{% load staticfiles %}
|
|
|
|
{% block title %}Alliance Auth{% endblock %}
|
|
|
|
{% block page_title %}Alliance Fleet Doctrines{% endblock page_title %}
|
|
{% block extra_css %}{% endblock extra_css %}
|
|
|
|
{% block content %}
|
|
|
|
<a href="javascript:CCPEVE.showFitting('2998:31085;3:25861;6:1319;3:24348;2:6005;1:9632;1::')
|
|
***NOTE: this is an example above. . . . its called ship DNA you can get it from zkillboard.com under the export menu > DNA
|
|
then add the <a href="javascript:CCPEVE.showFitting('')
|
|
{% endblock content %}
|