adjutant-ui/stacktask_ui/content/token/templates/token/setpassword.html

13 lines
327 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Set Password" %}{% endblock %}
{% block body_id %}splash{% endblock %}
{% block content %}
{% include 'token/_setpassword.html' %}
{% endblock %}
{% comment %}Explicitly redeclare the piwik block as empty{% endcomment %}
{% block piwik %}{% endblock %}