{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth - Structure Timer Create{% endblock %} {% block page_title %}Timer Create{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

Create Structure Timer

{% endblock content %} {% block extra_script %} $('#id_eve_time').datetimepicker({ maskInput: true, format: 'Y-m-d H:i',minDate:0 }); {% endblock extra_script %}