Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Update home.html #1101

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions vms/home/templates/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
</div>

{% endif %}

<div class="jumbotron jumbotron-custom">
<h1 class="index">Volunteer Management System</h1>
<p>{% trans "Systers, an Anita Borg Institute Community, has many volunteers that devote their time, skills and commitment to our vision. Volunteer Management System serves as a place where volunteers can view volunteer events, sign up for volunteer jobs and log volunteer hours. Volunteer Management System also enables volunteer managers to manage their volunteers and run volunteer related reports." %}
</p>
{% if user.is_authenticated %}
Copy link
Member

@keshakaneria keshakaneria Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I know why was this removed? The issue says just to edit the test so I suppose this button is fine if it is not removed. The number of lines are also decreased which is i guess not leading CodeCov build to pass. The report says PR decreased coverage by 0.09%.

<a href="http://anitab-org.zulipchat.com">
<h1 class="index">Volunteer Management System</h1>
<p>{% trans "Anita Borg, an Anita Borg Institute Community, has many volunteers that devote their time, skills and commitment to our vision. Volunteer Management System serves as a place where volunteers can view volunteer events, sign up for volunteer jobs and log volunteer hours. Volunteer Management System also enables volunteer managers to manage their volunteers and run volunteer related reports." %}
</p>
{% if user.is_authenticated %}
<a href="http://anitab-org.zulipchat.com">
<button type="button" class="btn btn-primary btn-lg">Connect With us on Zulip</button></a>
{% endif %}
{% if error %}
<div class="alert alert-danger" role="alert">
You will need to have atleast one organisation to Sign up as a volunteer
</div>
{% endif %}
{% endif %}
{% if error %}
<div class="alert alert-danger" role="alert">
You will need to have atleast one organisation to Sign up as a volunteer
</div>
{% endif %}
</div>
{% endblock %}