Skip to content

Commit

Permalink
fix: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nature1995 committed Dec 5, 2019
1 parent bb16ce1 commit 6ea8d2a
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion apps/blogs/templates/blogs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "theme.html" %}
{% load staticfiles %}

{% block content %}

Expand Down
2 changes: 1 addition & 1 deletion myauth/templates/login.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "theme.html" %}
{% load staticfiles %}

{% block content %}

<div class="container ">
Expand Down
2 changes: 1 addition & 1 deletion myauth/templates/signup.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "theme.html" %}
{% load staticfiles %}
{% load static %}

{% block content %}

Expand Down
2 changes: 1 addition & 1 deletion templates/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="en">
{% load staticfiles %}
{% load static %}
<head>

<meta charset="UTF-8" http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion templates/500.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="en">
{% load staticfiles %}
{% load static %}
<head>

<meta charset="UTF-8" http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down
1 change: 0 additions & 1 deletion templates/account/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "theme.html" %}

{% load staticfiles %}
{% load i18n %}
{% load account socialaccount %}
{% load widget_tweaks %}
Expand Down
1 change: 0 additions & 1 deletion templates/account/signup.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{#{% extends "account/base.html" %}#}
{% extends "theme.html" %}

{% load staticfiles %}
{% load i18n %}
{% load widget_tweaks %}

Expand Down
2 changes: 1 addition & 1 deletion templates/baidu_cloud.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "theme.html" %}
{% load staticfiles %}

{% block content %}

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion templates/rasp.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "theme.html" %}
{% load staticfiles %}

{% block content %}

<meta http-equiv="refresh" content="2">
Expand Down
2 changes: 1 addition & 1 deletion templates/theme.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="en">
{% load staticfiles %}
{% load static %}
<head>
<meta charset="utf-8">
<meta name="keywords" content="然小狼 | ranxiaolang.com,然小狼 |,然小狼@,ranxiaolang.com,xiaolang,ran,ziran,,@ranxiaolang.com,nature,RANXIAOLANG">
Expand Down

0 comments on commit 6ea8d2a

Please sign in to comment.