Add read more link on left paragraphs to about section

front-end-standardization
Anthony Johnson 2015-04-11 13:59:05 -07:00
parent 1fd8b6e403
commit 7406967f8c
3 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,7 @@
{% include 'donate/progress.html' %}
<a name="about"></a>
<h2>About Read the Docs</h2>
<p>

View File

@ -18,6 +18,12 @@
everyone.
</b>
</p>
{% if read_more %}
<p>
<b><a href="{% url 'donate' %}#about">{% trans 'Read More' %}</a></b>
</p>
{% endif %}
</div>
<div class="donate-stats-sm">
<ul>
@ -30,7 +36,7 @@
<li><b>${{ donate_amount }}</b> contributed to $24,000 goal</li>
<li><b>{{ donate_percent }}%</b> funded</li>
<li><b>${{ donate_avg }}</b> average contribution</li>
<li><b>{{ donate_count }}</b> <a href="#supporters">Supporters</a></li>
<li><b>{{ donate_count }}</b> <a href="{% url 'donate' %}#supporters">Supporters</a></li>
</ul>
<form action="{% url 'donate_add' %}" method="get" class="donate-form">

View File

@ -36,7 +36,7 @@
{% block content %}
{% include 'donate/progress.html' %}
{% include 'donate/progress.html' with read_more=True %}
{% if not request.user.is_authenticated %}
<div class="module">