Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
3c8685c9
Commit
3c8685c9
authored
Oct 11, 2015
by
Jan Broer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't strip html tags for book description
Fixes #2
parent
c92de6e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
style.css
cps/static/css/style.css
+1
-0
detail.html
cps/templates/detail.html
+1
-1
No files found.
cps/static/css/style.css
View file @
3c8685c9
...
@@ -17,3 +17,4 @@ a{color: #45b29d}a:hover{color: #444;}
...
@@ -17,3 +17,4 @@ a{color: #45b29d}a:hover{color: #444;}
.more-stuff
{
margin-top
:
20px
;
padding-top
:
20px
;
border-top
:
1px
solid
#ccc
}
.more-stuff
{
margin-top
:
20px
;
padding-top
:
20px
;
border-top
:
1px
solid
#ccc
}
.more-stuff
>
li
{
margin-bottom
:
10px
;}
.more-stuff
>
li
{
margin-bottom
:
10px
;}
.navbar-collapse.in
.navbar-nav
{
margin
:
0
;}
.navbar-collapse.in
.navbar-nav
{
margin
:
0
;}
span
.glyphicon.glyphicon-tags
{
padding-right
:
5px
;}
cps/templates/detail.html
View file @
3c8685c9
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
{% if entry.comments|length > 0 %}
{% if entry.comments|length > 0 %}
<h3>
Description:
</h3>
<h3>
Description:
</h3>
{{entry.comments[0].text|s
triptags
}}
{{entry.comments[0].text|s
afe
}}
{% endif %}
{% endif %}
{% if g.user.is_authenticated() %}
{% if g.user.is_authenticated() %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment