minor, gallery has class
This commit is contained in:
parent
e66c2a991f
commit
14edd27533
|
@ -103,7 +103,7 @@
|
|||
{% endifnotequal %}
|
||||
|
||||
{% ifnotequal imagegallery|length 0 %}
|
||||
<div id="gallery">
|
||||
<div id="gallery" class="tab_content">
|
||||
<h4 class="tabTitle">Gallery</h4>
|
||||
<div>
|
||||
{% load thumbnail %}
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
{% extends 'noel/insidepage.html' %}
|
||||
{% extends 'noel/base.html' %}
|
||||
|
||||
{% block content_inner %}
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/css/noel/inner.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/static/css/noel/inner-details.css" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div id="searchContainer">
|
||||
<div id="searchContent">
|
||||
<h2>Search</h2>
|
||||
|
|
Loading…
Reference in New Issue
Block a user