このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
sindre
/
Beelance
ウォッチ
1
スター
0
フォーク
0
コード
課題
6
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
polish
https
jakobsn
6年前
親
f23e31dfaa
コミット
5977e82edf
3個のファイルの変更
、
7行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
src/app/static/stylesheet.css
+1
-0
src/app/templates/register.html
+3
-0
src/app/views/app.py
+ 3
- 1
src/app/static/stylesheet.css
ファイルの表示
@@ -1,8 +1,9 @@
body {
background-color: lightblue;
display: flex; /* or inline-flex */
display:
inline-
flex; /* or inline-flex */
flex-direction: column;
margin: 0;
width: 100%;
}
.title {
@@ -44,6 +45,7 @@ img {
}
nav {
display: ;
margin-bottom: 10px;
}
+ 1
- 0
src/app/templates/register.html
ファイルの表示
@@ -13,6 +13,7 @@ $def with (nav, register_form, message)
$:nav
<h2>Register user!</h2>
<form method="POST">
$:register_form.render()
</form>
+ 3
- 0
src/app/views/app.py
ファイルの表示
@@ -37,6 +37,9 @@ if web.config.get('_session') is None:
else:
session = web.config._session
# Set session timeout
web.config.session_parameters['timeout'] = 12345678910
# Add session to global variables
render._add_global(session, 'session')
書き込み
プレビュー
読み込み中…
キャンセル
保存