summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-12-09 19:12:05 +0530
committerMadhusudan.C.S2010-12-09 19:12:05 +0530
commit201a0526ddca3c2b46c6eca86d25b0d572d852ac (patch)
treebe944e7d099d45064b9e4c92b724a449589b01df /project
parent97bf033d639600f2a69573c45ffd891535fe3f5d (diff)
downloadscipycon-201a0526ddca3c2b46c6eca86d25b0d572d852ac.tar.gz
scipycon-201a0526ddca3c2b46c6eca86d25b0d572d852ac.tar.bz2
scipycon-201a0526ddca3c2b46c6eca86d25b0d572d852ac.zip
Make the Download line more visible for downloading CSV.
Diffstat (limited to 'project')
-rw-r--r--project/templates/registration/regstats.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html
index 2b9ea95..accdaf6 100644
--- a/project/templates/registration/regstats.html
+++ b/project/templates/registration/regstats.html
@@ -30,8 +30,8 @@
{% endfor %}
</table>
-
-To download PDF
-<a href="{% url scipycon_regstats_download params.scope %}">here</a>
+<br/><br/><br/>
+<strong>To download PDF
+<a href="{% url scipycon_regstats_download params.scope %}">here</a></strong>
{% endblock content %}