-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vulnerability fix bump django to 4.2.16
- Loading branch information
1 parent
50ac587
commit 6ee0d26
Showing
13 changed files
with
93 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% extends 'UI/_.html' %} | ||
{% block content %} | ||
<div id="content"> | ||
<h2>Contacting CLARIN ERIC about the Digital Object Gateway</h2> | ||
<p>Contact <a href="mailto:[email protected]">by e-mail 📧</a></p> | ||
</div> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% block navbar %} | ||
<div id='header' | ||
class='periphery' | ||
role='navigation'> | ||
<div id='brand'> | ||
<a href='/'><span>Digital Object Gateway</span></a> | ||
</div> | ||
<div id='menu'> | ||
<a class='{% if view == "home" or view == "sniff" or view == "fetch" or view == "ispid" %}active{% endif %}' | ||
href='/'>DOG</a> | ||
{% if DTR_ENABLED %} | ||
<a class='{% if view == "dtr" %}active{% endif %}' | ||
href='/dtr'>DTR</a> | ||
{% endif %} | ||
<a class='{% if view == "about" %}active{% endif %}' | ||
href='/about'>About</a> | ||
<a class='{% if view == "contact" %}active{% endif %}' | ||
href='/contact'>Contact</a> | ||
</div> | ||
</div> | ||
{% endblock navbar %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters