修改每个页面的title

This commit is contained in:
hohoTT
2015-09-16 21:57:17 +08:00
parent 7a53565a04
commit 903a36f43d
23 changed files with 71 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
{% extends "oj_base.html" %}
{% block title %}
用户修改密码
{% endblock %}
{% block body %}
<div class="container main">
<div class="col-md-6 col-md-offset-3">

View File

@@ -1,4 +1,7 @@
{% extends "oj_base.html" %}
{% block title %}
用户登录
{% endblock %}
{% block body %}
<div class="container main">
<div class="col-md-6 col-md-offset-3">

View File

@@ -1,4 +1,7 @@
{% extends "oj_base.html" %}
{% block title %}
用户注册
{% endblock %}
{% block body %}
<div class="container main">
<div class="col-md-6 col-md-offset-3">