Skip to content

Commit

Permalink
fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Nov 21, 2023
1 parent 35637a5 commit 5e2dd24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
from django.core.management import execute_from_command_line

from coltrane import initialize
from os import getenv


wsgi = initialize(**{"STATIC_URL": getenv("STATIC_URL", "static/")})
wsgi = initialize()

if __name__ == "__main__":
execute_from_command_line()
2 changes: 1 addition & 1 deletion output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"index.md": {"mtime": 1700587427.4788954, "md5": "65a9b54ab82c8092f7d6bdcac4204611"}}
{"index.md": {"mtime": 1700587427.4788954, "md5": "65a9b54ab82c8092f7d6bdcac4204611"}, "staticfiles.json": {"mtime": 1700591472.0000026, "md5": "64b641ada0605b3a60bf837ca7a769ef"}}
2 changes: 1 addition & 1 deletion templates/coltrane/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<hgroup>
<h1>Htmx Extensions</h1>
<h2>A registry of htmx extensions, both official and third-party.</h2>
<p>Add a new extension my making a pull request to the <a href="https://github.com/tobi-de/htmx-extensions">github repository</a></p>
<p>Add a new extension my making a pull request to the <a href="https://github.com/tobi-de/htmx_extensions">github repository</a></p>
</hgroup>
</header>
<main class="container">
Expand Down

0 comments on commit 5e2dd24

Please sign in to comment.