{% extends "core/base.html" %} {% load static %} {% block title_text %}My Sky{% endblock title_text %} {% block header_text %}Dashsky{% endblock header_text %} {% block content %}
{# ── Form column ─────────────────────────────────────────────────── #}
Local time at birth place. Use 12:00 if unknown.
{# /.sky-form-main #}
{# Wheel column always renders so async SAVE SKY can populate it without a #} {# refresh — visibility (incl. the DEL btn) is gated by body.sky-saved. #}
{% csrf_token %}
{# /.sky-modal-body #}
{# /.sky-page #} {# Planet hover tooltip — position:fixed escapes any overflow:hidden ancestor #} {% comment %} Polish-8 — aspect mini-portal. Mirrors the game-kit / wallet mini-tooltip- portal pattern (Equipped / Unequipped / In-Use) but text-swaps "Aspected" / "Unaspected" tied to the sky-wheel's `_aspectsVisible` state per the currently-active planet/angle. Its OWN id `#id_aspect_mini_portal` (NOT the wallet/kit's `#id_mini_tooltip_portal`) so the two never share an element — on the home page they battled (wallet's inline display:none stuck). Reuses the `.token-tooltip--mini` chrome; the `#id_aspect_mini_portal` rule is in `_gameboard.scss` (applies globally — the SCSS bundle is unified via core.scss). {% endcomment %}
{% endblock %}