Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove additional help banner from timecard page #1376

Merged
merged 1 commit into from
Oct 14, 2021
Merged
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
11 changes: 1 addition & 10 deletions tock/tock/templates/hours/timecard_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ <h3 class="usa-alert__heading">{{ timecard_note.title }}</h3>
</div>
{% endfor %}

<div class="usa-alert usa-alert--info">
<div class="usa-alert__body">
<p class="usa-alert__text">
For additional help and guidance with using Tock and entering hours, please consult the <a
href="https://handbook.18f.gov/tock/">TTS Handbook page on Tock</a>.
</p>
</div>
</div>

<form method="post"
action="{% url 'reportingperiod:UpdateTimesheet' reporting_period=object.reporting_period.start_date %}">
{% csrf_token %}
Expand Down Expand Up @@ -181,4 +172,4 @@ <h3 class="usa-alert__heading">{{ timecard_note.title }}</h3>
let objectId = {{ object.id }};
</script>
<script src="{% static 'js/components/timecard.js' %}"></script>
{% endblock %}
{% endblock %}