diff options
-rw-r--r-- | project/templates/registration/regstats.html | 6 |
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 %} |