Skip to content

Commit 1a6a92a

Browse files
committed
修复无法保存模板bug
1 parent d0886be commit 1a6a92a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

web/static/har/entry_list.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/tpl/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<header>
8282
<div class="container">
83-
<h2 class="text-center">私有签到框架<sup>20210626</sup></h2>
83+
<h2 class="text-center">私有签到框架<sup>20210628</sup></h2>
8484
<div class="buttons">
8585
<a href="/" class="btn btn-default pull-left">首页</a>
8686
<a href="/about" class="btn btn-default pull-left">常用API/过滤器</a>

web/tpl/har/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="row" ng-controller="EntryList">
2828
<div class="col-md-3" id="editor-switch">
2929
<a class="h1-index" href="/">
30-
<h1 class="text-center">签到<sup>20210626</sup></h1>
30+
<h1 class="text-center">签到<sup>20210628</sup></h1>
3131
</a>
3232

3333
<!--checked switch-->

web/tpl/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="/login" class="btn btn-default">登录</a>
1212
</div>
1313
<form>
14-
<h2 class="text-center">私有签到框架<sup>20210626</sup></h2>
14+
<h2 class="text-center">私有签到框架<sup>20210628</sup></h2>
1515
<hr><br>
1616
<div class="form-group" id="site-select-div">
1717
<label class="control-label" for="site-select">

web/tpl/password_reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block body %}
1111
<div class="container">
1212
<form method="POST">
13-
<h1>签到<sup>20210626</sup></h1>
13+
<h1>签到<sup>20210628</sup></h1>
1414
<p class="alert alert-info">密码重置</p>
1515
<div class="form-group {{ 'has-error' if password_error }}">
1616
<label for="password">密码</label>

web/tpl/password_reset_email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block body %}
1111
<div class="container">
1212
<form method="POST">
13-
<h2>签到<sup>20210626</sup></h2>
13+
<h2>签到<sup>20210628</sup></h2>
1414
<p class="alert alert-info">密码重置</p>
1515
<div class="form-group {{ 'has-error' if email_error }}">
1616
<label class="control-label" for="email">Email 地址</label>

web/tpl/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block body %}
1111
<div class="container">
1212
<form method="POST">
13-
<h2 class="text-center">私有签到框架<sup>20210626</sup></h2>
13+
<h2 class="text-center">私有签到框架<sup>20210628</sup></h2>
1414
<hr>
1515
{% block reg %}<p class="alert alert-info">注册签到 (欢迎注册私有签到服务)</p>{% endblock %}
1616
<div class="form-group {{ 'has-error' if email_error }}">

web/tpl/task_new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% import "utils.html" as utils %}
22
<form method="POST" action="/task/{{ '%s/edit' % task.id if task else 'new' }}">
3-
<h2 class="text-center">私有签到框架<sup>20210626</sup></h2>
3+
<h2 class="text-center">私有签到框架<sup>20210628</sup></h2>
44
<hr>
55
{% if task.disabled %}
66
<p class="alert alert-danger">任务处于禁用状态,使用 <a class="modal_load alert-link" href="/task/{{ task.id }}/run">立即执行</a> 成功签到一次,即可解除。</p>

web/tpl/utils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% macro header(current_user=True) %}
22
<header>
33
<div class="container">
4-
<h2 class="text-center">私有签到框架<sup>20210626</sup></h2>
4+
<h2 class="text-center">私有签到框架<sup>20210628</sup></h2>
55
<div class="buttons">
66
<a href="/" class="btn btn-default pull-left">首页</a>
77
<a href="/about" class="btn btn-default pull-left">常用API/过滤器</a>

0 commit comments

Comments
 (0)