{% extends "base.html" %} {% block title %}Flasky-{{ user.username }}{% endblock %} {% block page_content %}
{{ user.username }}
{% if user.name or user.location %} {% if user.name %}{{ user.name }}{% endif %} {% if user.location %} From {{ user.location }} {% endif %}
{% endif %} {% if current_user.is_administrator() %} {% endif %} {% if user.about_me %}{{ user.about_me }}
{% endif %} Member since {{ moment(user.member_since).format('L') }}. Last seen {{ moment(user.last_seen).fromNow() }}.
{% endblock %}
Maybe the map API is used incorrectly