Skip to content

Commit 40836a5

Browse files
committedMar 19, 2025·
Remove some lingering references to uploading Google Docs
We used to do this, but we don't anymore.
1 parent 1c4cc76 commit 40836a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎TODO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
- Write ADRs
44
- Why Python
5-
- Add Login.gov
65
- Password reset flow on command line
76
- Password reset flow exists
87

98
# DONE
109

10+
- Add Login.gov
1111
- Loop the sections to create breadcrumbs
1212
- .docx imports
1313
- Investigate images

‎bloom_nofos/nofos/templates/nofos/nofo_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="font-heading-xl margin-y-0">{{ nofo_group|title }}{% if nofo_status a
8585
<p>No Fos are available{% if nofo_status %} that are “{{ nofo_status }}”{% endif %}.</p>
8686
{% endif %}
8787
<h2 class="font-heading-md margin-top-6">Import a new NOFO</h2>
88-
<p>Upload your NOFO file as a Word Document or an HTML file exported from Google Docs.</p>
88+
<p>Upload your NOFO file as a Word Document.</p>
8989
<p>
9090
<a class="usa-button" href="{% url 'nofos:nofo_import' %}">
9191
Import NOFO

‎documentation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Chosen option: DocRaptor, which is a SaaS service that uses Prince to generate a
3636

3737
### [Prince](https://www.princexml.com/) (via [DocRaptor](https://docraptor.com/))
3838

39-
Prince is an HTML to PDF library which renders tagged PDFs from HTML and CSS source documents. Our workflow here involves exporting a Word doc (or Google doc) as HTML and then using Prince to render the output.
39+
Prince is an HTML to PDF library which renders tagged PDFs from HTML and CSS source documents. Our workflow here involves exporting a Word doc as HTML and then using Prince to render the output.
4040

4141
We prefer going through DocRaptor in part because it is easier to get started with.
4242

‎documentation/adr/2023-12-07-pdf-generation-library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Chosen option: DocRaptor, which is a SaaS service that uses Prince to generate a
3636

3737
### [Prince](https://www.princexml.com/) (via [DocRaptor](https://docraptor.com/))
3838

39-
Prince is an HTML to PDF library which renders tagged PDFs from HTML and CSS source documents. Our workflow here involves exporting a Word doc (or Google doc) as HTML and then using Prince to render the output.
39+
Prince is an HTML to PDF library which renders tagged PDFs from HTML and CSS source documents. Our workflow here involves exporting a Word doc as HTML and then using Prince to render the output.
4040

4141
We prefer going through DocRaptor in part because it is easier to get started with.
4242

0 commit comments

Comments
 (0)
Please sign in to comment.