Skip to content

Commit

Permalink
Friendship ended with cpac
Browse files Browse the repository at this point in the history
Slight complication in building as psycopg had to be changed to a
different version to install on my machine but not another. Changed it
just in case, shouldn't cause issues no matter what
  • Loading branch information
SwedishSubmarine committed Oct 7, 2024
1 parent c219215 commit edfe63e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions dtekportal/homepage/templates/homepage/index/partner-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<header>
<h2>Partner</h2>
</header>
<a href="https://cpacsystems.se/">
<img src="{% static 'images/sponsors/cpac.png' %}" alt="CPAC">
</a>
<a href="https://www.saab.se/">
<img src="{% static 'images/sponsors/saab.svg' %}" alt="SAAB">
</a>
Expand Down
Binary file removed dtekportal/staticfiles/images/sponsors/cpac.png
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==2.2.24
django-macros==0.4.0
psycopg2==2.7.5
psycopg2==2.9.9
pytz==2018.5
uWSGI==2.0.17.1

0 comments on commit edfe63e

Please sign in to comment.