merged karen changes
This commit is contained in:
parent
e22c482d52
commit
3857449076
|
@ -26,4 +26,4 @@ def format_title(value):
|
|||
else:
|
||||
return words[0].upper()
|
||||
|
||||
register.filter("format_title")
|
||||
register.filter("format_title", format_title)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{% extends 'noel/base.html' %}
|
||||
{% load itftags %}
|
||||
|
||||
{% block title %}India Theatre Forum: Home {% endblock %}
|
||||
|
||||
|
@ -68,7 +69,7 @@
|
|||
<ul id="sliderTabs">
|
||||
{% for b in boxes %}
|
||||
<li class="tab" style="background-image:url('{{b.image.url}}');background-position:0px {{b.imageTop}}px;">
|
||||
<h4 class="tabHeader">{{ b.title }}</h4>
|
||||
<h4 class="tabHeader">{% autoescape off %} {{ b.title|format_title }} {% endautoescape %}</h4>
|
||||
<div class="textTab">
|
||||
<p><span class="boldText">{{ b.boldText }}</span> {{ b.normalText }}</p>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<a href="" class="registerLink">Forgot your Password? </a>
|
||||
<a href="" class="registerLink">New Here? Register Now!</a>
|
||||
<a href="/accounts/register" class="registerLink">New Here? Register Now!</a>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user