Skip to content

Commit

Permalink
Removing last remnants of nuvius, integration and cron from events an…
Browse files Browse the repository at this point in the history
…d identities
  • Loading branch information
funkotron committed Aug 14, 2013
1 parent fb29578 commit 28e5006
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 165 deletions.
18 changes: 0 additions & 18 deletions events/cron.py

This file was deleted.

8 changes: 0 additions & 8 deletions events/hmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@
'^/calendar/',
]


#
# Cron
#

from treeio.events.cron import cron_integration

CRON = [cron_integration]
114 changes: 0 additions & 114 deletions events/integration.py

This file was deleted.

17 changes: 0 additions & 17 deletions identities/cron.py

This file was deleted.

7 changes: 0 additions & 7 deletions identities/hmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@
'^/contacts/',
]

#
# Cron
#

from treeio.identities.cron import cron_integration

CRON = [cron_integration]
2 changes: 1 addition & 1 deletion templates/html/events/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="{% url events_month %}" class="sidebar-link {% block class_month %}{% endblock %}">{% trans %}Month{% endtrans %}</a>
<a href="{% url events_week %}" class="sidebar-link {% block class_week %}{% endblock %}">{% trans %}Week{% endtrans %}</a>
<a href="{% url events_day %}" class="sidebar-link {% block class_day %}{% endblock %}">{% trans %}Day{% endtrans %}</a>
<span class="sidebar-header">{% trans %}Settings{% endtrans %}</span>
<!-- <span class="sidebar-header">{% trans %}Settings{% endtrans %}</span> -->
</div>
</td>
<td class="module-content">
Expand Down

0 comments on commit 28e5006

Please sign in to comment.