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

Update homepage.html #95

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 16 additions & 1 deletion django_app/redbox_app/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,21 @@ <h2 class="govuk-accordion__section-heading">
</div>
</div>
</div>
</div>
<div class="govuk-accordion__section">
<div class="govuk-accordion__section-header">
<h2 class="govuk-accordion__section-heading">
<span class="govuk-accordion__section-button" id="faq-question-9">
What does the error the 'orginal_file' attribute has no file associated with it mean?
</span>
</h2>
</div>
<div class="govuk-accordion__section-content" id="faq-content-9">
<p class="govuk-body">
If you have encountered this error this means you have uploaded a scanned PDF file instead of a native file. We do not accept scanned PDF files so you will need to upload a native file for redbox
to work effectively and retrieve the text you want it to process.
</p>
</div>
</div>
</div>

{% endblock %}
Loading