Skip to content

Commit

Permalink
fix: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Apr 11, 2023
1 parent d55fdf2 commit e024b46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions django_unical_bootstrap_italia/templates/base-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Università della Calabria
{% endblock page_title %}

<!-- My custom scss sheet -->
{% block extra_head %}
<link rel="shortcut icon" href="{% static 'images/favicon/favicon-32x32.png' %}">
<link rel="stylesheet" href="{% static 'css/unical-style.css' %}" type="text/css" />
Expand Down Expand Up @@ -193,7 +192,7 @@ <h4><a href="#" title="Vai alla pagina: Lorem Ipsum">Link Utili</a></h4>
<div class="col-lg-4 col-md-4 pb-2">
<div class="pb-2">
<h4><a href="#" title="Vai alla pagina: Seguici su">Seguici su</a></h4>
<ul class="list-inline social">
<ul class="list-inline social text-left">
<li class="list-inline-item">
<a class="p-2 text-white"
href="https://it-it.facebook.com/pages/Universit%C3%A0-della-Calabria/166678814380"
Expand Down
2 changes: 1 addition & 1 deletion requirements
Original file line number Diff line number Diff line change
@@ -1 +1 @@
design-django-theme
design-django-theme==1.6.4post4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-unical-bootstrap-italia',
version='2.0.0',
version='1.2.0',
packages=find_packages(),
include_package_data=True,
license='Apache 2.0',
Expand All @@ -32,6 +32,6 @@
'Programming Language :: Python :: 3',
],
install_requires=[
'design-django-theme',
'design-django-theme==1.6.4post4',
]
)

0 comments on commit e024b46

Please sign in to comment.