lost_password.twig

来自「博客系统源码 博客系统源码 博客系统源码」· TWIG 代码 · 共 15 行

TWIG
15
字号
{% extends "layouts/default.twig" %}{% block content %}    <h2>${ "Lost Password" | translate }</h2>    <form action="{% url "lost_password" %}" method="post">        <p class="lost_pass">${ "Please enter your username below and we will e-mail you a new password for your account." | translate }</p>        <p>            <label for="login">${ "Username" | translate }</label>            <input type="text" name="login" value="" id="login" />        </p>        <p><button name="submit" type="submit" id="submit">${ "Submit" | translate }</button></p>    </form>{% endblock %}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?