From e8767ab52aa0b0f76668e3aba2144525bab4c549 Mon Sep 17 00:00:00 2001 From: Chibuotu Amadi Date: Tue, 6 Jul 2021 11:14:06 +0100 Subject: [PATCH] GITC-80: remove unused templates (#9207) * clean dashboard * clean faucet * clean grants * clean ptokens/kudos * last set * bella ciao --- app/app/templates/search/search.html | 173 ---- .../templates/dashboard/explorer.html | 580 ------------- app/dashboard/templates/dashboard/tabs.html | 39 - app/dashboard/templates/ftux/avatar.html | 264 ------ app/dashboard/templates/ftux/github.html | 83 -- app/dashboard/templates/ftux/metamask.html | 50 -- app/dashboard/templates/ftux/skills.html | 52 -- app/dashboard/templates/notifyfunder.html | 45 - app/dashboard/templates/profiles/none.html | 67 -- .../templates/shared/bounty_nav.html | 53 -- .../templates/shared/github_username.html | 24 - .../templates/shared/issue_deadline.html | 27 - .../templates/shared/notification_email.html | 24 - app/dashboard/templates/shared/pricing.html | 50 -- .../templates/shared/profile_rank_link.html | 0 .../templates/shared/send_tip_nav.html | 37 - .../templates/shared/sidebar_profile.html | 39 - .../templates/shared/theme_switcher.html | 6 - app/faucet/templates/bulk_DM.html | 59 -- .../shared/faucet_no_metamask_error.html | 39 - .../shared/faucet_unlock_metamask.html | 36 - app/grants/templates/grants/card/back.html | 55 -- app/grants/templates/grants/cart/comment.html | 48 -- .../grants/components/hidden_inputs.html | 20 - .../templates/grants/detail/funding.html | 135 --- app/grants/templates/grants/detail/tabs.html | 385 --------- app/grants/templates/grants/heart.html | 804 ------------------ .../grants/shared/active_clr_round_cards.html | 47 - app/kudos/templates/shared/kudos_banner.html | 20 - app/ptokens/templates/shared/ptokens_faq.html | 80 -- app/retail/templates/community.html | 40 - app/retail/templates/emails/bounty_small.html | 92 -- .../campaigns/email_campaign_day_1.html | 98 --- .../emails/campaigns/email_campaign_day_1.txt | 19 - .../campaigns/email_campaign_day_2.html | 92 -- .../emails/campaigns/email_campaign_day_2.txt | 14 - .../campaigns/email_campaign_day_3.html | 97 --- .../emails/campaigns/email_campaign_day_3.txt | 16 - .../emails/grants/transaction_summary.html | 147 ---- .../emails/grants/transaction_summary.txt | 31 - .../emails/grants/update_notification.html | 158 ---- .../emails/grants/update_notification.txt | 19 - app/retail/templates/emails/quest_small.html | 111 --- .../emails/shared_activities_actions.html | 31 - app/retail/templates/jobs.html | 174 ---- app/retail/templates/shared/activity-vue.html | 425 --------- app/retail/templates/shared/compass.html | 24 - app/retail/templates/shared/pagination.html | 34 - .../templates/shared/video_preview_block.html | 23 - 49 files changed, 4986 deletions(-) delete mode 100644 app/app/templates/search/search.html delete mode 100644 app/dashboard/templates/dashboard/explorer.html delete mode 100644 app/dashboard/templates/dashboard/tabs.html delete mode 100644 app/dashboard/templates/ftux/avatar.html delete mode 100644 app/dashboard/templates/ftux/github.html delete mode 100644 app/dashboard/templates/ftux/metamask.html delete mode 100644 app/dashboard/templates/ftux/skills.html delete mode 100644 app/dashboard/templates/notifyfunder.html delete mode 100644 app/dashboard/templates/profiles/none.html delete mode 100644 app/dashboard/templates/shared/bounty_nav.html delete mode 100644 app/dashboard/templates/shared/github_username.html delete mode 100644 app/dashboard/templates/shared/issue_deadline.html delete mode 100644 app/dashboard/templates/shared/notification_email.html delete mode 100644 app/dashboard/templates/shared/pricing.html delete mode 100644 app/dashboard/templates/shared/profile_rank_link.html delete mode 100644 app/dashboard/templates/shared/send_tip_nav.html delete mode 100644 app/dashboard/templates/shared/sidebar_profile.html delete mode 100644 app/dashboard/templates/shared/theme_switcher.html delete mode 100644 app/faucet/templates/bulk_DM.html delete mode 100644 app/faucet/templates/shared/faucet_no_metamask_error.html delete mode 100644 app/faucet/templates/shared/faucet_unlock_metamask.html delete mode 100644 app/grants/templates/grants/card/back.html delete mode 100644 app/grants/templates/grants/cart/comment.html delete mode 100644 app/grants/templates/grants/components/hidden_inputs.html delete mode 100644 app/grants/templates/grants/detail/funding.html delete mode 100644 app/grants/templates/grants/detail/tabs.html delete mode 100644 app/grants/templates/grants/heart.html delete mode 100644 app/grants/templates/grants/shared/active_clr_round_cards.html delete mode 100644 app/kudos/templates/shared/kudos_banner.html delete mode 100644 app/ptokens/templates/shared/ptokens_faq.html delete mode 100644 app/retail/templates/community.html delete mode 100644 app/retail/templates/emails/bounty_small.html delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_1.html delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_1.txt delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_2.html delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_2.txt delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_3.html delete mode 100644 app/retail/templates/emails/campaigns/email_campaign_day_3.txt delete mode 100644 app/retail/templates/emails/grants/transaction_summary.html delete mode 100644 app/retail/templates/emails/grants/transaction_summary.txt delete mode 100644 app/retail/templates/emails/grants/update_notification.html delete mode 100644 app/retail/templates/emails/grants/update_notification.txt delete mode 100644 app/retail/templates/emails/quest_small.html delete mode 100644 app/retail/templates/emails/shared_activities_actions.html delete mode 100644 app/retail/templates/jobs.html delete mode 100644 app/retail/templates/shared/activity-vue.html delete mode 100644 app/retail/templates/shared/compass.html delete mode 100644 app/retail/templates/shared/pagination.html delete mode 100644 app/retail/templates/shared/video_preview_block.html diff --git a/app/app/templates/search/search.html b/app/app/templates/search/search.html deleted file mode 100644 index afe6411926c..00000000000 --- a/app/app/templates/search/search.html +++ /dev/null @@ -1,173 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static email_obfuscator add_url_schema avatar_tags bundle %} - - - - - {% include 'shared/head.html' %} - {% include 'shared/cards.html' %} - {% bundle css file search %} - - - - - {% endbundle %} - - - -
- {% include 'shared/tag_manager_2.html' %} -
- {% include 'shared/top_nav.html' with class='d-md-flex' %} - {% include 'home/nav.html' %} -
- {% block content %} -

Search

- -
- - {{ form.as_table }} - - - - -
  - -
- - {% if query %} -

Results

- - {% for result in page.object_list %} -

- {{ result.object.title }} -

- {% empty %} -

No results found.

- {% endfor %} - - {% if page.has_previous or page.has_next %} -
- {% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} - | - {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %} -
- {% endif %} - {% else %} - {# Show some example queries to run, maybe query syntax, something else? #} - {% endif %} -
- {% endblock %} -
- -
-

Hacky User Directory

- -
- -
- - - - - - - -
- -
-
-
- - - -
-
-
-
- - - - - - - - - -
- - -
- - - - - -
-
-
-
-
- - - - {% csrf_token %} - {% include 'shared/footer_scripts.html' with slim=1 %} - {% include 'shared/footer.html' %} -
- - - - - - - diff --git a/app/dashboard/templates/dashboard/explorer.html b/app/dashboard/templates/dashboard/explorer.html deleted file mode 100644 index 657db8b229b..00000000000 --- a/app/dashboard/templates/dashboard/explorer.html +++ /dev/null @@ -1,580 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load i18n static email_obfuscator add_url_schema avatar_tags bundle %} - - - - - {% include 'shared/head.html' %} - {% include 'shared/cards.html' %} - {% bundle css file dashboard_explorer %} - - - - - - - {% endbundle %} - - - -
- {% include 'shared/tag_manager_2.html' %} - {% include 'shared/top_nav.html' with class='d-md-flex' %} - {% include 'shared/nav.html' %} -
- - -
- - - - {% csrf_token %} - {% include 'shared/footer_scripts.html' with slim=1 %} - {% include 'shared/footer.html' %} - {% include 'shared/messages.html' %} -
- - - - - diff --git a/app/dashboard/templates/dashboard/tabs.html b/app/dashboard/templates/dashboard/tabs.html deleted file mode 100644 index 6b46e0e73af..00000000000 --- a/app/dashboard/templates/dashboard/tabs.html +++ /dev/null @@ -1,39 +0,0 @@ -{% load i18n static %} -{% if not hidden %} -
-
-
- - - - - -
-
-
-{% endif %} - - -
-
-
-
-
- {% if tab == 'explorer' %} - {% include 'dashboard/tab_explorer.html' %} - {% elif tab == 'resume' %} - {% include 'profiles/tab_.html' %} - {% endif %} -
-
-
-
-
diff --git a/app/dashboard/templates/ftux/avatar.html b/app/dashboard/templates/ftux/avatar.html deleted file mode 100644 index 118aa7dbad4..00000000000 --- a/app/dashboard/templates/ftux/avatar.html +++ /dev/null @@ -1,264 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static hash strip_char is_in_list_type_iexact jsonify %} - - - -
- {% if theme == 'classic' %} -
-
-
- {% include 'ftux/avatar_toggle.html' %} -
- {% if not has_purchased_everything_package %} -
-

- {% trans "NEW! Purchase ALL Current & Future Premium Avatar Items for only 0.1 ETH" %} - - {% trans "Click Here!" %} - -

-
- {%endif %} -
- - - -
-

- {% for s in sections %} - - {% trans s.title %} - - {% endfor %} -

- -
-
- - {% for s in sections %} - {% with s.name|cut:" " as id %} - {% with "v2/images/avatar/"|add:id|add:"/" as basePath %} -
- {% for o in s.options %} - - {% endfor %} -
- {% endwith %} - {% endwith %} - {% endfor %} -
-
-
- -
-
-
- -
- - - - - -
- {% endif %} -
-
-
No avatars
-
-
- Profile -
-
-
- - {% if theme != 'classic' %} -
-
- - {% include 'ftux/avatar_toggle.html' %} - -
- -
- - - - {% if possible_skin_tones|length %} -
- Skin: - {% for st in possible_skin_tones %} -
  • -   -
  • - {% endfor %} -
    - {% endif %} - {% if possible_hair_tones|length %} -
    - Hair: - {% for ht in possible_hair_tones %} -
  • -   -
  • - {% endfor %} -
    - {% endif %} - {% if possible_background_tones|length %} -
    - Background: - {% for ht in possible_background_tones %} -
  • -   -
  • - {% endfor %} -
    - {% endif %} -
    - {% for category, ids in 3d_avatar_params.by_category.items %} - {% if ids|length > 1 and category %} - {{category}} - {% endif %} - {% endfor %} -
    -
    - {% for category, ids in 3d_avatar_params.by_category.items %} - {% if ids|length > 1 %} -
    - {% for id in ids %} - - {% endfor %} -
    - {% endif %} - {% endfor %} -
    -
    - {% trans "Don't see the right schwag? Request new avatar attributes here" %} -
    -
    -
    -
    No avatars
    -
    -
    - Profile -
    -
    -
    -
    -{% endif %} - - - - - - diff --git a/app/dashboard/templates/ftux/github.html b/app/dashboard/templates/ftux/github.html deleted file mode 100644 index 63ceeff5496..00000000000 --- a/app/dashboard/templates/ftux/github.html +++ /dev/null @@ -1,83 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} - -{% load i18n static %} -
    -
    -

    {% trans "Get Started with Gitcoin!" %}

    -
    -
    -
    -
    - -

    {% trans "Build" %}

    -
    -
    - -

    {% trans "Get Paid" %}

    -
    -
    - -

    {% trans "Network" %}

    -
    -
    - {% if flow == 'funder' %} - {% blocktrans %} -

    Use Gitcoin to reach a pool of talented developers to contribute to your open source project.

    -

    Pay out in Ether, a leading cryptocurrency, or your native token!

    -

    Meet new people. Create a natural hiring pipeline. Grow open source.

    - {% endblocktrans %} - {% else %} - {% blocktrans %} -

    Use Gitcoin to find paid work and solve real world problems - in the blockchain/web3 ecosystem.

    -

    Receive payment in Ether, a leading cryptocurrency.

    -

    Meet new people. Learn new skills. Contribute to - the open source community.

    - {% endblocktrans %} - {% endif %} -
    - {% if github_handle %} -
    -

    - {% trans "You are logged in!" %} - -

    -
    -
    - - -

    {{ github_handle }}

    - - {% trans "Logout" %} - -
    -
    -
    -
    - {% else %} - - {% endif %} -
    -
    -
    diff --git a/app/dashboard/templates/ftux/metamask.html b/app/dashboard/templates/ftux/metamask.html deleted file mode 100644 index 25b2544519e..00000000000 --- a/app/dashboard/templates/ftux/metamask.html +++ /dev/null @@ -1,50 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} - -{% load i18n static %} -
    -
    -

    {% trans "Connect Metamask" %}

    -
    -
    - {% blocktrans %} -

    Metamask is a wallet that enables your browser to be web3-enabled.

    -

    After you've installed Metamask, you can use web3 apps like Gitcoin!

    - {% endblocktrans %} -
    - -
    - - - -
    -
    diff --git a/app/dashboard/templates/ftux/skills.html b/app/dashboard/templates/ftux/skills.html deleted file mode 100644 index 2facf604272..00000000000 --- a/app/dashboard/templates/ftux/skills.html +++ /dev/null @@ -1,52 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} - -{% load i18n static %} -
    -
    -

    {% trans "What's Your Skill Set?" %}

    -
    -
    -

    {% trans "Select Skills that Apply" %}

    -
    -
    - -
    -
    -
    -
    -
    -

    {% trans "Experience Level" %}

    -
    -
    - -
    -
    -
    diff --git a/app/dashboard/templates/notifyfunder.html b/app/dashboard/templates/notifyfunder.html deleted file mode 100644 index 31a470d7182..00000000000 --- a/app/dashboard/templates/notifyfunder.html +++ /dev/null @@ -1,45 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static %} -
    -
    -
    - -
    -
    -
    {% trans "Send Payment Reminder" %}
    -
    -
    -
    - {% trans "This button sends a notification to the funder to pay out the bounty. Are you sure the bounty has been completed?" %} -
    -
    - -
    -
    -
    -
    -
    - diff --git a/app/dashboard/templates/profiles/none.html b/app/dashboard/templates/profiles/none.html deleted file mode 100644 index 987958b9d1d..00000000000 --- a/app/dashboard/templates/profiles/none.html +++ /dev/null @@ -1,67 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static %} -
    -
    - -
    -
    -

    {% trans 'Oops! Looks like this user has not participated in any bounty yet.' %}

    -

    {% trans 'In the meantime, here are some things you can do:' %}

    -
    -
    -
    -
    -
    - -
    -
    - {% trans 'Start working on exciting bounties with the Issue Explorer' %} -
    - -
    -
    -
    - -
    -
    - {% trans 'Looking for awesome contributors to work on your project?' %} -
    - -
    -
    -
    - -
    -
    - {% trans 'Have any questions or suggestions? Join our Slack channel!' %} -
    - -
    -
    diff --git a/app/dashboard/templates/shared/bounty_nav.html b/app/dashboard/templates/shared/bounty_nav.html deleted file mode 100644 index 1b38a01e69d..00000000000 --- a/app/dashboard/templates/shared/bounty_nav.html +++ /dev/null @@ -1,53 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    -
      -
    1. - 1. - {% if past_tense %} - {% trans "Open" %} - {% else %} - {% trans "Create Work" %} - {% endif %} -
    2. -
    3. - 2. - {% if past_tense %} - {% trans "Work Started" %} - {% else %} - {% trans "Start Work" %} - {% endif %} -
    4. -
    5. - 3. - {% if past_tense %} - {% trans "Work Submitted" %} - {% else %} - {% trans "Submit Work" %} - {% endif %} -
    6. -
    7. - 4. - {% if past_tense %} - {% trans "Work Done" %} - {% else %} - {% trans "Accept Work" %} - {% endif %} -
    8. -
    -
    diff --git a/app/dashboard/templates/shared/github_username.html b/app/dashboard/templates/shared/github_username.html deleted file mode 100644 index 2212853d64a..00000000000 --- a/app/dashboard/templates/shared/github_username.html +++ /dev/null @@ -1,24 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    - - {% if not user.is_authenticated %} - ({% trans "Login" %}) - {% endif %} - -
    diff --git a/app/dashboard/templates/shared/issue_deadline.html b/app/dashboard/templates/shared/issue_deadline.html deleted file mode 100644 index 56d189b768a..00000000000 --- a/app/dashboard/templates/shared/issue_deadline.html +++ /dev/null @@ -1,27 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} - -
    - - -
    - - -
    -
    diff --git a/app/dashboard/templates/shared/notification_email.html b/app/dashboard/templates/shared/notification_email.html deleted file mode 100644 index 089cfe528d2..00000000000 --- a/app/dashboard/templates/shared/notification_email.html +++ /dev/null @@ -1,24 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    - - - {% if show_information_publicly_checkbox %} - {% include "shared/show_information_publicly.html" with id="show_email_publicly" %} - {% endif %} -
    diff --git a/app/dashboard/templates/shared/pricing.html b/app/dashboard/templates/shared/pricing.html deleted file mode 100644 index 4de29a6181d..00000000000 --- a/app/dashboard/templates/shared/pricing.html +++ /dev/null @@ -1,50 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    - -
    -
    - -
    - -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - - - - USD payment is powered by PayPal. Please note that there might be a small fee for payment to contributors in outside of the US. - - -
    diff --git a/app/dashboard/templates/shared/profile_rank_link.html b/app/dashboard/templates/shared/profile_rank_link.html deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/app/dashboard/templates/shared/send_tip_nav.html b/app/dashboard/templates/shared/send_tip_nav.html deleted file mode 100644 index ea53afa7f41..00000000000 --- a/app/dashboard/templates/shared/send_tip_nav.html +++ /dev/null @@ -1,37 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    -
      -
    1. - 1. - {% if past_tense %} - {% trans "Sent" %} - {% else %} - {% trans "Send" %} - {% endif %} -
    2. -
    3. - 2. - {% if past_tense %} - {% trans "Fulfilled" %} - {% else %} - {% trans "Fulfill" %} - {% endif %} -
    4. -
    -
    diff --git a/app/dashboard/templates/shared/sidebar_profile.html b/app/dashboard/templates/shared/sidebar_profile.html deleted file mode 100644 index 3a107a63fea..00000000000 --- a/app/dashboard/templates/shared/sidebar_profile.html +++ /dev/null @@ -1,39 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n %} -
    -
    -
    -
    {% trans "Edit Profile" %}
    -
    - - - -
    -
    -
    -
    {% trans "Browse Other Users" %}
    -
    - - -
    -
    -
    -
    - {% trans "CLEAR FIELDS" %} -
    -
    diff --git a/app/dashboard/templates/shared/theme_switcher.html b/app/dashboard/templates/shared/theme_switcher.html deleted file mode 100644 index 054fbd2dd2e..00000000000 --- a/app/dashboard/templates/shared/theme_switcher.html +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/app/faucet/templates/bulk_DM.html b/app/faucet/templates/bulk_DM.html deleted file mode 100644 index 75976fe2b78..00000000000 --- a/app/faucet/templates/bulk_DM.html +++ /dev/null @@ -1,59 +0,0 @@ -{% extends "admin/base_site.html" %} -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} - -{% load i18n static bundle %} - -{% block extrastyle %}{{ block.super }} - {% bundle css file admin_dashboard %} - - {% endbundle %} -{% endblock %} - -{% block coltype %}colMS{% endblock %} - -{% block bodyclass %}{{ block.super }} dashboard{% endblock %} - -{% block breadcrumbs %}{% endblock %} - -{% block content %} - -
    -

    {% trans "Send Bulk DMs" %} {{obj.pk}}

    -
    - {% csrf_token %} - Handles (comma seperated, like: "owocki, vs77bb, danlipert, pixelant") -
    - -
    -
    - Message -
    - - -
    - - - -
    - - -{% endblock %} -{% block extrahead %}{{ block.super }} - {% include 'shared/footer_scripts.html' %} -{% endblock %} diff --git a/app/faucet/templates/shared/faucet_no_metamask_error.html b/app/faucet/templates/shared/faucet_no_metamask_error.html deleted file mode 100644 index cdbe4730051..00000000000 --- a/app/faucet/templates/shared/faucet_no_metamask_error.html +++ /dev/null @@ -1,39 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load i18n static %} - diff --git a/app/faucet/templates/shared/faucet_unlock_metamask.html b/app/faucet/templates/shared/faucet_unlock_metamask.html deleted file mode 100644 index 0bf644b1811..00000000000 --- a/app/faucet/templates/shared/faucet_unlock_metamask.html +++ /dev/null @@ -1,36 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load i18n static %} - diff --git a/app/grants/templates/grants/card/back.html b/app/grants/templates/grants/card/back.html deleted file mode 100644 index e22419e09b6..00000000000 --- a/app/grants/templates/grants/card/back.html +++ /dev/null @@ -1,55 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static humanize grants_extra avatar_tags %} -
    - -
    - {% if grant.activeSubscriptions %} -

    {% trans 'Contributors' %} ({{ grant.activeSubscriptions|length }})

    -
    - {% for handle in grant.activeSubscriptions %} - - - - {% endfor %} -
    - {% else %} -

    No Contributons yet

    -

    Click on fund grant to become the first contributor for this grant!

    - {% endif %} -
    - -
    -

    - - {% trans 'View Details' %} - -

    - {% if grant.active %} -

    - - {% trans 'Fund this Grant' %} - -

    - {% else %} -

    {% trans 'This grant is no longer active.' %}

    - {% endif %} -
    - -
    diff --git a/app/grants/templates/grants/cart/comment.html b/app/grants/templates/grants/cart/comment.html deleted file mode 100644 index 1e34457075c..00000000000 --- a/app/grants/templates/grants/cart/comment.html +++ /dev/null @@ -1,48 +0,0 @@ -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - diff --git a/app/grants/templates/grants/components/hidden_inputs.html b/app/grants/templates/grants/components/hidden_inputs.html deleted file mode 100644 index 67cba80f791..00000000000 --- a/app/grants/templates/grants/components/hidden_inputs.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/app/grants/templates/grants/detail/funding.html b/app/grants/templates/grants/detail/funding.html deleted file mode 100644 index 74b2cc5d330..00000000000 --- a/app/grants/templates/grants/detail/funding.html +++ /dev/null @@ -1,135 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} - -{% load static humanize i18n grants_extra %} - -
    - {% if not grant.twitter_verified %} -
    -
    -
    - -
    - Warning: This grant has not verified their ownership of the twitter account listed. -
    - - {% if is_team_member %} -
    - - OR - SUBMIT SUPPORT REQUEST. -
    - {% endif %} - -
    -
    -
    - {% endif %} -
    -
    -
    - {% if grant.is_clr_eligible and round_num %} -
    - {% include 'grants/card/clr_match.html' %} -
    - {% endif %} - -
    - {% if grant.is_clr_eligible and round_num and round_num != 'LAST' %} -

    - {{round_num}} ROUND -

    -

    - {{grant.amount_received_in_round|floatformat:0|intcomma}} - USD -

    -

    - {{grant.positive_round_contributor_count}} CONTRIBUTORS -

    - {% else %} -

    - ALL TIME FUNDING -

    -

    - {{grant.amount_received|floatformat:0|intcomma}} - USD -

    -

    - {{grant.contributor_count}} CONTRIBUTORS -

    - {% endif %} - -
    -
    - - {% if grant.is_clr_eligible and clr_active and grant.active %} - {% include 'grants/card/clr_estimate.html' %} - {% endif %} - - {% if not grant.active %} - - - - {% else %} -
    - {% is_favorite grant profile.user as is_grant_favorite %} - {% if profile.user.is_authenticated %} - - {% endif %} -
    - - {% if grant.link_to_new_grant %} - - - - {% else %} -
    - {% include 'grants/shared/hidden_inputs.html' %} - -
    -
    -
    - {% endif %} - {% endif %} - - {% if not is_team_member %} -
    - -
    - {% endif %} -
    -
    -
    diff --git a/app/grants/templates/grants/detail/tabs.html b/app/grants/templates/grants/detail/tabs.html deleted file mode 100644 index 3894e17da5b..00000000000 --- a/app/grants/templates/grants/detail/tabs.html +++ /dev/null @@ -1,385 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load static humanize i18n grants_extra %} -
    -
    - - - - - - {% if is_staff and grant.metadata.related %} - - {% endif %} - - {% if is_team_member %} - - {% endif %} - - - {% if is_staff %} - - {% endif %} - -
    - -
    - - {% if tab == "activity" %} -
    - {% if is_team_member %} - {% include 'profiles/status_box.html' with suppress_tags=1 placeholder="Update Grant's Funders" what="grant" whatid=grant.pk max_length=1000 suppress_data_toggle=1 %} - {% else %} - {% include 'profiles/status_box.html' with suppress_tags=1 placeholder="Write on grants wall" what="grant" whatid=grant.pk suppress_data_toggle=1 %} - {% endif %} -
    - {% include 'shared/activity_container.html' with pinned=False %} -
    - -
    - {% endif %} - - {% if tab == "related" %} - - {% endif %} - - - - {% if tab == "description" %} -
    -

    Description

    -
    - {% if grant.description_rich %} - {{ grant.description_rich }} - {% else %} - {{ grant.description }} - {% endif %} -
    -
    - {% if grant.metadata.wall_of_love %} -
    -

    Wall of Love

    - {% for ele in grant.metadata.wall_of_love %} - - {% endfor %} - {% if grant.metadata.wall_of_love|length >= 5 %} - Show More - {% endif %} - {% endif %} -
    - -

    Activity Feed

    - {% if is_team_member %} - {% include 'profiles/status_box.html' with suppress_tags=1 placeholder="Update Grant's Funders" what="grant" whatid=grant.pk max_length=1000 suppress_data_toggle=1 %} - {% else %} - {% include 'profiles/status_box.html' with suppress_tags=1 placeholder="Write on grants wall" what="grant" whatid=grant.pk suppress_data_toggle=1 %} - {% endif %} -
    - {% include 'shared/activity_container.html' with pinned=False %} -
    - {% endif %} - - {% if tab == "transactions" %} - - {% endif %} - - - - {% if tab == "sybil_profile" and is_staff %} - - - -

    Grant Sybil Profile

    - -
    - - SybilScore ™️: {{ grant.sybil_score }} -
    - - RiskScore ™️: {{ grant.weighted_risk_score }} -
    -
    -      A grant's SybilScore ™️ is calculated off of the total of suspicious activity on each of the following vectors:
    -      - Account Metadata
    -      - Suspicious Interactions
    -      - Grant Flags Reports
    -      - BrightID Trust Score (coming soon)
    -      - KYC (maybe coming soon)
    -      - MACI (maybe coming soon)
    -
    -      a grant's RiskScore ™️ is equal to its (SybilScore ™️)^2 * sqrt(its matching funds for this round).
    -      
    -
    - {% for ele in sybil_profiles%} -

    {{ele.0}}: (avg {{ele.1.1|floatformat:2}})

    - - - - - - - - - {% for sp in ele.1.0 %} - - - - - - - - {% endfor %} -
    - Index - - Contributors - - Contributors (pct) - - Contributions/Contributor - - Profiles -
    - {% if '0x' in sp.0 %} - {{sp.0}} - {% else %} - {{sp.0}} - {% endif %} - - {{sp.1}} - - {{sp.5}}% - - {{sp.3|floatformat:2}} - -
    - {% for this_profile in sp.4 %} - - {% if forloop.counter < 20 %} - - {% endif %} - @{{this_profile}} - - {% endfor %} -
    -
    - - - - {% endfor %} -
    - {% endif %} - - {% if tab == "stats" and is_team_member %} - - -
    -
    - -
    -
    - {% if stats_history|length %} -

    Marketing History Over Time

    - - - - - - - - {% for ele in stats_history %} - - - - - - - {% endfor %} -
    - When - - Impressions - - Added to Cart - - Contributions -
    - {{ele.created_on|date:"Y/m/d"}} - - {% if ele.data.impressions > 0 %} - {{ele.data.impressions}} - {% else %} - 0 - {% endif %} - - {{ele.data.in_cart}} - - {{ele.data.contributions}} -
    - {% endif %} - -
    -
    - -
    -
    - {% endif %} - {% if tab == "contributors" %} -
    - {% endif %} -
    -
    - - diff --git a/app/grants/templates/grants/heart.html b/app/grants/templates/grants/heart.html deleted file mode 100644 index 11627165760..00000000000 --- a/app/grants/templates/grants/heart.html +++ /dev/null @@ -1,804 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thanks for - keeping us - alive! - - - - - - - - - - - - \ No newline at end of file diff --git a/app/grants/templates/grants/shared/active_clr_round_cards.html b/app/grants/templates/grants/shared/active_clr_round_cards.html deleted file mode 100644 index dcd6f3a31d7..00000000000 --- a/app/grants/templates/grants/shared/active_clr_round_cards.html +++ /dev/null @@ -1,47 +0,0 @@ -{% load humanize i18n %} -
    -
    -
    - {% trans "Active CLR Rounds" as filts %}{{ filts|upper }} - - -
    - - - - - -
    -
    diff --git a/app/kudos/templates/shared/kudos_banner.html b/app/kudos/templates/shared/kudos_banner.html deleted file mode 100644 index acc64eccd2c..00000000000 --- a/app/kudos/templates/shared/kudos_banner.html +++ /dev/null @@ -1,20 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load static %} -
    - kudos -
    diff --git a/app/ptokens/templates/shared/ptokens_faq.html b/app/ptokens/templates/shared/ptokens_faq.html deleted file mode 100644 index 401b8d530a1..00000000000 --- a/app/ptokens/templates/shared/ptokens_faq.html +++ /dev/null @@ -1,80 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load static humanize i18n bundle %} -{% bundle css file kudos_styles %} - -{% endbundle %} -
    -
    -

    FAQ

    - -
    - - -
    -

    Time tokens are ERC20 tokens tied to different Gitcoin users. They represent a claim over listed uses like time, work and feedback. Each time token is unique, and different tokens may be redeemed for specific uses.

    -
    - - -
    -

    The best place to see a user’s token is directly on their Gitcoin Profile, under the Time Token tab at the top of the page. This shows you how much their tokens cost, and exactly what they can be used for.

    -
    - - -
    -

    - Once you’ve acquired a time token, you’ll need to submit a redemption request. - This request can be used on any of the Creators listed uses, and only for those uses. - Please note that it’s up to the creator to determine whether or not your request is appropriate, so please give them 24-48 hours to respond to your request. -

    -
    - - -
    -

    When a Creator accepts your request, the equivalent amount of time tokens is automatically burned and removed from the supply forever.

    -
    - - -
    -

    Under each profile you’ll see a feedback score. This is the main place where we can see how a creator is holding up their end of the bargain. Please submit an appropriate overview on what happened and we’ll look to see if further action needs to be taken.

    -
    - -
    - -
    -
    - diff --git a/app/retail/templates/community.html b/app/retail/templates/community.html deleted file mode 100644 index 549e7657921..00000000000 --- a/app/retail/templates/community.html +++ /dev/null @@ -1,40 +0,0 @@ -{% load i18n static %} -
    -
    -

    {% trans h1 %}

    - {% if community_members == alumni %} -

    {% trans h2 %}
    - {% trans "These are the ones who have opted to be public about it" %} -

    - {% else %} -

    {% trans h2 %}

    - {% endif %} -
    -
    -
    -
    - {% for avatar, name, handle, org in community_members %} -
    -
    - - - -

    - - {{ name }} - -

    -

    {{ org }}

    -
    -
    - {% endfor %} -
    -
    - diff --git a/app/retail/templates/emails/bounty_small.html b/app/retail/templates/emails/bounty_small.html deleted file mode 100644 index 1f05bac1002..00000000000 --- a/app/retail/templates/emails/bounty_small.html +++ /dev/null @@ -1,92 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load i18n humanize %} - - - -
    - {% if primer %} -
    -

    {{primer}}

    -

    - {% endif %} -
    -
    - - {% if bounty.org_name %} -

    - @{{bounty.org_name}} -

    - {% endif %} -
    -
    - - - - - -
    -

    - {{bounty.org_name}}: {{bounty.title_or_desc}} -
    - Amount: {{bounty.value_true}} {{bounty.token_name}} - {% if bounty.value_in_usdt_now %} - (${{bounty.value_in_usdt_now}}) - {% endif %} -
    - Posted: {{bounty.web3_created | naturaltime}} - {% if bounty.keywords %} -
    - Keywords: {{bounty.keywords}} - {% endif %} - -

    - -
    - {% include 'emails/shared_bounty_actions.html' with action='custom' action_copy='View' action_url=bounty.absolute_url %} -
    -
    -
    -
    diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_1.html b/app/retail/templates/emails/campaigns/email_campaign_day_1.html deleted file mode 100644 index e38f617fcdc..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_1.html +++ /dev/null @@ -1,98 +0,0 @@ -{% extends 'emails/template.html' %} - -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} - -{% load i18n humanize %} - -{% block content %} - - - -
    - -

    Day 1: Growing Open Source

    - -
    -

    - {% trans "Hi" %} {{ firstname }}, -

    - -

    - {% blocktrans %} - Welcome to Gitcoin! Our mission is to - grow open source. Open source software is a force for good in the world, and we believe it’s the key to saving the internet. While a generation of software careers has been powered by open source software, it’s still hard to make a living working on open source. We plan to bring our mission to the Web 3.0 ecosystem. - {% endblocktrans %} -

    - -

    - {% blocktrans %} - The issue Explorer is our first tool towards this end. Use it to find paid issues to work on in open source. Help build projects, ship code, and get paid in crypto tokens. Give it a try and let us know what you think! - {% endblocktrans %} -

    - -

    - {% blocktrans %} - As time passes, we’ll send you more ways to get involved in Gitcoin. For now, we have a few areas you can nerd out with us, depending on where you’re most comfortable. -

    - {% endblocktrans %} - -

    - -

    - {% blocktrans %} - Oh, and here’s a kudos for getting to the bottom of this e-mail. :) welcome to the Gitcoin Family! - {% endblocktrans %} - -

    -

    - {% blocktrans %} - See you on the interwebs, - {% endblocktrans %} -

    - -

    - {% blocktrans %} - Kevin & Vivek - {% endblocktrans %} -

    - -
    -
    - -{% endblock %} diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_1.txt b/app/retail/templates/emails/campaigns/email_campaign_day_1.txt deleted file mode 100644 index b3b1b56a5ce..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_1.txt +++ /dev/null @@ -1,19 +0,0 @@ -Day 1: Growing Open Source - - -Welcome to Gitcoin! Our mission is to grow open source. Open source software is a force for good in the world, and we believe it’s the key to saving the internet. While a generation of software careers has been powered by open source software, it’s still hard to make a living working on open source. We plan to bring our mission to the Web 3.0 ecosystem. - -The Issue Explorer is our first tool towards this end. Use it to find paid issues to work on in open source. Help build projects, ship code, and get paid in crypto tokens. Give it a try and let us know what you think! - -As time passes, we’ll send you more ways to get involved in Gitcoin. For now, we have a few areas you can nerd out with us, depending on where you’re most comfortable. - -Join the Slack channel and say hi on #community-intros! - -Follow us on Twitter for updates on open source software. - -Add the Gitcoin Livestream to your cal (iCal, Google) for Friday at 2PM EST. We’ll have two weekly product demos from the blockchain & open source ecosystems (like Decentraland or meta-transactions with Austin Griffith). - -Oh, and here’s a kudos for getting to the bottom of this e-mail. :) welcome to the Gitcoin Family! - -See you on the interwebs, - diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_2.html b/app/retail/templates/emails/campaigns/email_campaign_day_2.html deleted file mode 100644 index 6e914e8c20f..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_2.html +++ /dev/null @@ -1,92 +0,0 @@ -{% extends 'emails/template.html' %} - -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} - -{% load i18n humanize %} - -{% block content %} - - - -
    - -

    Day 2: Finding A Gitcoin Issue For You

    - -
    -

    - {% trans "Hi" %} {{ firstname }}, -

    - -

    - {% blocktrans %} - By this point, you might have poked around the Gitcoin Issue Explorer to see the open source projects you could make money by contributing! If interested in doing work, here’s how. - {% endblocktrans %} -

    - -

    Start Work

    -

    - {% blocktrans %} - Check if a bounty requires approval from the funder by checking the Permissions section within the bounty. - {% endblocktrans %} -

    - {% blocktrans %} - If it states "Permissionless" you can click "Start Work" to provide a short action plan and get started on working. - {% endblocktrans %} -

    - {% blocktrans %} - However if it states anything else, you can click the button "Express Interest" to provide a brief message to the bounty owner that you want to work on this issue. - {% endblocktrans %} -
    - {% blocktrans %} - From here, you’ll receive an email and a notification when the issue is ready for you to work. - {% endblocktrans %} -

    - -

    - {% blocktrans %} - You’ll be able to submit a PR directly onto the repo maintainer’s project from there. It’s that simple! - {% endblocktrans %} -

    - -

    - {% blocktrans %} - CTA: Check out the Issue Explorer if you haven’t already! If you don’t find good fits, let us know an open source project that you’d like to see using Gitcoin. No promises, but we might have something up our sleeve. - {% endblocktrans %} -

    - -
    -
    - -{% endblock %} diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_2.txt b/app/retail/templates/emails/campaigns/email_campaign_day_2.txt deleted file mode 100644 index 0871b4f06eb..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_2.txt +++ /dev/null @@ -1,14 +0,0 @@ -Day 2: Finding a Gitcoin issue for you - -By this point, you might have poked around the Gitcoin Issue Explorer to see the open source projects you could make money by contributing! If you are interested in start working, here’s how. - -Start Work -Check if a bounty requires approval from the funder by checking the Permissions section within the bounty. - -If it states "Permissionless" you can click "Start Work" to provide a short action plan and get started on working. - -However if it states anything else, you can click the button "Express Interest" to provide a brief message to the bounty owner that you want to work on this issue. From here, you’ll receive an email and a notification when the issue is ready for you to work. - -You’ll be able to submit a PR directly onto the repo maintainer’s project from there. It’s that simple! - -CTA: Check out the Issue Explorer if you haven’t already! If you don’t find good fits, let us know an open source project that you’d like to see using Gitcoin. No promises, but we might have something up our sleeve. diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_3.html b/app/retail/templates/emails/campaigns/email_campaign_day_3.html deleted file mode 100644 index 525ad8a55d4..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_3.html +++ /dev/null @@ -1,97 +0,0 @@ -{% extends 'emails/template.html' %} - -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} - -{% load i18n humanize %} - -{% block content %} - - - -
    - -

    Day 3: Leveraging The Gitcoin Community

    - -
    -

    - {% trans "Hi" %} {{ firstname }}, -

    - -

    - {% blocktrans %} - Gitcoin Core is 11 team members, yet we’ve seen contributions from well over 100 developers using Gitcoin. We’d like to see you do the same! Here’s how to leverage a firehose of developer talent to do more, faster. - {% endblocktrans %} -

    - -

    - {% blocktrans %} - Posting a bounty can be done in 90 seconds, once you know Gitcoin is an option to accelerate your development. Adding bounties to an existing project is like adding icing to a cake. We take what’s already great about OSS (mission, freedom, and great people) and add financial incentivization, a home base for projects seeking contributors, funding for developers, and community. - {% endblocktrans %} -

    - -

    - {% blocktrans %} - Alongside posting bounties on the Issue Explorer, Gitcoin offers two complimentary products for open source software enthusiasts. -

    - {% endblocktrans %} -

    - -

    - {% blocktrans %} - Over the first week of you joining, we're going to send over some information on key products and education - tools available in the Gitcoin ecosystem. For now, we have a few areas you can nerd out with us, depending on where - you're most comfortable. - {% endblocktrans %} - -

    - -

    - {% blocktrans %} - Community is what makes Open Source work. A strong OSS community is inclusive, helpful, and mission-oriented. The Gitcoin community is 20,000 software developers who are focused on the tooling for the new world. Is there a chance that your next career connection could come from the Gitcoin community? Come find out! - {% endblocktrans %} - -

    - -
    -
    - -{% endblock %} diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_3.txt b/app/retail/templates/emails/campaigns/email_campaign_day_3.txt deleted file mode 100644 index 3a3b3548fde..00000000000 --- a/app/retail/templates/emails/campaigns/email_campaign_day_3.txt +++ /dev/null @@ -1,16 +0,0 @@ -Day 3: Leveraging the community - -Gitcoin Core is 11 team members, yet we’ve seen contributions from well over 100 developers using Gitcoin. We’d like to see you do the same! Here’s how to leverage a firehose of developer talent to do more, faster. - -Posting a bounty can be done in 90 seconds, once you know Gitcoin is an option to accelerate your development. Adding bounties to an existing project is like adding icing to a cake. We take what’s already great about OSS (mission, freedom, and great people) and add financial incentivization, a home base for projects seeking contributors, funding for developers, and community. - -Alongside posting bounties on the Issue Explorer, Gitcoin offers two complimentary products for open source software enthusiasts. - -Codefund: Sustain your OSS project with ethical advertising - -Gitcoin Kudos: Have a contributor that’s doing fantastic work? Send them a token of appreciation using Kudos! Here’s one for you :) - -Gitcoin Grants: Recurring funding for open source projects. - -Community is what makes Open Source work. A strong OSS community is inclusive, helpful, and mission-oriented. The Gitcoin community is 20,000 software developers who are focused on the tooling for the new world. Is there a chance that your next career connection could come from the Gitcoin community? Come find out! - diff --git a/app/retail/templates/emails/grants/transaction_summary.html b/app/retail/templates/emails/grants/transaction_summary.html deleted file mode 100644 index c1b0e41eec4..00000000000 --- a/app/retail/templates/emails/grants/transaction_summary.html +++ /dev/null @@ -1,147 +0,0 @@ -{% extends '../emails/template.html' %} -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n static grants_extra humanize %} - -{% block content %} - - -{% trans -

    {% trans "Grant" %} '{{ grant.title }}' {% trans "has received more funding" %}!

    -
    - -
    - - - -
    - - {{ grant.title }} - -

    - {{ grant.description }} -

    -
    -
    -
    -

    - {% trans "Funding Recieved in the Last 24 Hours" %} -

    - - - {% for i in 'xxxxxxxxxx' %} - - - - - - - - {% endfor %} -
    - {% trans - -

    {{ subscription.contributor_profile }}

    -
    -

    - {{ subscription.amount_per_period|floatformat:4|intcomma }} -

    -
    -

    {{ subscription.contributor_timestamp }}

    -
    - - {% trans "View Transaction" %} - -
    -
    -
    -

    - Total Grant received - {{ grant.amount_received }} {% trans "USD" %} -

    -
    -
    -
    -{% trans "View Grant" %} -
    -{% endblock %} diff --git a/app/retail/templates/emails/grants/transaction_summary.txt b/app/retail/templates/emails/grants/transaction_summary.txt deleted file mode 100644 index bd8d01d2680..00000000000 --- a/app/retail/templates/emails/grants/transaction_summary.txt +++ /dev/null @@ -1,31 +0,0 @@ -{% load i18n humanize %} - -{% trans "Transaction Summary" %} - -{% trans "Grant" %} {{ grant.title }} {% trans "has received more funding" %} - -{{ grant.description }} - -{% trans "Funding Received in the Last 24 Hours" %} - -{{ subscription.contributor_profile_img }} - -{% trans "Grant Funder" %} - -{{ subscription.contributor_profile }} - -{{ subscription.amount_per_period|floatformat:4|intcomma }} - -{{ subscription.contributor_timestamp }} - -{{ subscription.contributor_url }} - -{% trans "View Transaction" %} - - -{% trans "Amount Received" %} - -{{ grant.amount_received }} {% trans "USD" %} - - -{% trans "View Grant" %} {{ grant.reference_url }} diff --git a/app/retail/templates/emails/grants/update_notification.html b/app/retail/templates/emails/grants/update_notification.html deleted file mode 100644 index 77ccc6e8e75..00000000000 --- a/app/retail/templates/emails/grants/update_notification.html +++ /dev/null @@ -1,158 +0,0 @@ -{% extends 'emails/template.html' %} -{% comment %} -Copyright (C) 2021 Gitcoin Core - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as published -by the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public License -along with this program. If not, see -. - -{% endcomment %} -{% load i18n static %} - -{% block content %} - - - -
    - - {% trans -

    {% trans "An update has been posted for:" %}

    -
    - - - -
    - - {{ grant.title }} - -

    - {{ grant.description }} -

    - -
    - -
    -
    - {% trans -
    -
    -

    {{ activity.title }}

    -

    {{ activity.date }}

    -

    {{ activity.description }}

    -
    -
    - -
    - -
    - {% trans "View Grant" %} -
    - -
    - {% endblock %} \ No newline at end of file diff --git a/app/retail/templates/emails/grants/update_notification.txt b/app/retail/templates/emails/grants/update_notification.txt deleted file mode 100644 index 15761d1cd9f..00000000000 --- a/app/retail/templates/emails/grants/update_notification.txt +++ /dev/null @@ -1,19 +0,0 @@ -{% load i18n %} - -{% trans "Update!" %} - -{% trans "An update has been posted for:" %} - -{{ grant.title }} - -{{ grant.desciption }} - -{% trans "New Grant Update." %} - -{{ activity.title }} - -{{ activity.date }} - -{{ activity.description }} - -{% trans "View Grant" %} {{ grant.reference_url }} diff --git a/app/retail/templates/emails/quest_small.html b/app/retail/templates/emails/quest_small.html deleted file mode 100644 index 963f8423809..00000000000 --- a/app/retail/templates/emails/quest_small.html +++ /dev/null @@ -1,111 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load i18n humanize %} - - - -
    - - {% if quest and small %} - - - - - - - - -
    - {% if not quest.enemy_img_url or quest.enemy_img_url == "/static/" %} - - {% else %} - - {% endif %} -
    -

    {{quest.title}}

    -

    {{quest.description}}

    - {% include 'emails/shared_quest_actions.html' with action='custom' action_copy='Play Quest' action_url=quest.url %} - {% endif %} - - {% if quest and not small %} -
    -
    - -
    -
    - - - - - -
    -

    - {{quest.title}} -
    - Attempts: {{ quest.attempts.count }} {{quest.token_name}} ({{quest.success_pct}}% Winners!) -
    - Prize: {{quest.kudos_reward.ui_name}} -
    - Posted: {{quest.created_on | naturaltime}} - {% if quest.tags %} -
    - Tags: {% for tag in quest.tags %}#{{ tag }} {% endfor %} - {% endif %} -

    - -
    - {% include 'emails/shared_quest_actions.html' with action='custom' action_copy='View' action_url=quest.url %} -
    -
    -
    - {% endif %} -
    diff --git a/app/retail/templates/emails/shared_activities_actions.html b/app/retail/templates/emails/shared_activities_actions.html deleted file mode 100644 index 78fdfd24a0c..00000000000 --- a/app/retail/templates/emails/shared_activities_actions.html +++ /dev/null @@ -1,31 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load i18n humanize %}{% if action == 'custom' %} - -{% else %} - -{% endif %} -{% if action2 == 'custom' %} -
    - -{% endif %} diff --git a/app/retail/templates/jobs.html b/app/retail/templates/jobs.html deleted file mode 100644 index 8f2c0a4bbaa..00000000000 --- a/app/retail/templates/jobs.html +++ /dev/null @@ -1,174 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not,see - . - -{% endcomment %} -{% load i18n static %} - - - - - {% include 'shared/head.html' %} - {% include 'shared/cards_pic.html' %} - - - - - -
    - {% include 'shared/tag_manager_2.html' %} - {% include 'shared/top_nav.html' with class='d-md-flex' %} -
    - {% include 'home/nav.html' %} - {% include 'shared/minihero.html' with h1='Jobs' position_h1_below_logo=1 %} -
    - -
    -
    -
    -
    - {% trans "We are built by & for coders" %} -
    -
    - -
    -
    -
    -
    -
    {% trans "Gitcoin is built with Gitcoin" %}
    -
    {% trans "(we dogfood)" %}
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    - {% blocktrans %} - We believe in try-before-you-buy hiring. - {% endblocktrans %} -
    -
    {% trans "Want to show off your chops? Contribute to some bounties before applying to jobs." %}
    -
    -
    - -
    -
    - -
    -
    -
    - {% blocktrans %} - We believe in remote work. - {% endblocktrans %} -
    {% trans "We live and travel all over the world." %}
    -
    -
    - -
    -
    - -
    -
    -
    - {% blocktrans %} - We believe in open source. - {% endblocktrans %} -
    -
    {% trans "Gitcoin is completely accessible to the public." %}
    -
    -
    - -
    -
    -
    -
    - - -
    - -
    -
    -
    -

    - {% trans "Want to try out working with us? Get started with some Bounties!" %} -

    -
    -
    - -
    - {% if job_listings|length %} -
    -
    -
    -

    {% trans "Already done a few bounties?"%}

    -
    {% trans "The best way to apply is below"%}
    -
    -
    -
    - {% for job in job_listings %} -
    -
    {{ job.title }}
    -
    -
    - {{ job.description }} -
    -
    - -
    - {% endfor %} -
    -
    - {% else %} -
    -
    -
    -

    {% trans "Full Time Positions"%}

    -
    {% trans "We have no positions available right now."%}
    -
    -
    -
    - - {% endif %} - - - {% include 'shared/footer.html' %} - {% include 'shared/footer_scripts.html' with slim=1 %} -
    - - diff --git a/app/retail/templates/shared/activity-vue.html b/app/retail/templates/shared/activity-vue.html deleted file mode 100644 index 2417082c460..00000000000 --- a/app/retail/templates/shared/activity-vue.html +++ /dev/null @@ -1,425 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} -{% load humanize i18n static %} - - - diff --git a/app/retail/templates/shared/compass.html b/app/retail/templates/shared/compass.html deleted file mode 100644 index 1c828622d33..00000000000 --- a/app/retail/templates/shared/compass.html +++ /dev/null @@ -1,24 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load static %} - -
    - Compass dashes - Compass inner - Compass outer - Compass arrow -
    diff --git a/app/retail/templates/shared/pagination.html b/app/retail/templates/shared/pagination.html deleted file mode 100644 index a2d63e87335..00000000000 --- a/app/retail/templates/shared/pagination.html +++ /dev/null @@ -1,34 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -{% endcomment %} - diff --git a/app/retail/templates/shared/video_preview_block.html b/app/retail/templates/shared/video_preview_block.html deleted file mode 100644 index 9f0c0ae342a..00000000000 --- a/app/retail/templates/shared/video_preview_block.html +++ /dev/null @@ -1,23 +0,0 @@ -{% comment %} - Copyright (C) 2021 Gitcoin Core - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . -{% endcomment %} -{% load static %} - -
    -

    {{ index }}

    -

    {{ title }}

    - {{ title }} -