Changeset - 99ba4c177004
[Not reviewed]
0 3 0
Christopher Neugebauer - 8 years ago 2016-10-05 17:25:44
chrisjrn@gmail.com
1) Fixes list display
2) Lets us put links in category descriptions
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/guided_registration.html
Show inline comments
...
 
@@ -21,7 +21,7 @@
 
      <h2>{{ section.title }}</h2>
 

	
 
      {% if section.description %}
 
        <blockquote>{{ section.description }}</blockquote>
 
        <blockquote>{{ section.description|safe }}</blockquote>
 
      {% endif %}
 

	
 
      <fieldset>
pinaxcon/templates/registrasion/product_category.html
Show inline comments
...
 
@@ -46,7 +46,7 @@
 

	
 

	
 
    <h2>{{ category.name }}</h2>
 
    <blockquote>{{ category.description }}</blockquote>
 
    <blockquote>{{ category.description|safe }}</blockquote>
 

	
 
    <fieldset>
 

	
static/src/lca2017/css/app.css
Show inline comments
...
 
@@ -663,7 +663,7 @@ ol {
 

	
 
ul > li,
 
ol > li {
 
  list-style-position: inside;
 
  list-style-position: outside;
 
  margin-left: 1em;
 
}
 

	
0 comments (0 inline, 0 general)