{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}
{% blocktrans trimmed %} New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again. Everytime you visit this page a new secret will be generated and the old one becomes invalid. {% endblocktrans %}
{% trans "Secret:" %} {{ update_secret }}