From 6b24f45e97061a7bafa9af1a7efd21311892bcc4 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Sun, 25 Nov 2012 04:21:51 +0000 Subject: do not display part of the vcard that are disallowed by RFC add new roa detail view, displaying covered routes use {% url %} to get the url instead of hardcoding it in templates add some missing title params to buttons remove edit button from generic object detail modify labels for validation statuses to use the label- suffix required by bootstrap 2.2.x don't use object_detail for the repository_detail view remove stub get_absolute_url() methods where they were previously used as placeholders svn path=/branches/tk329/; revision=4900 --- rpkid/portal-gui/settings.py.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'rpkid/portal-gui/settings.py.in') diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in index 2b87629f..0c939c28 100644 --- a/rpkid/portal-gui/settings.py.in +++ b/rpkid/portal-gui/settings.py.in @@ -107,6 +107,3 @@ TEMPLATE_CONTEXT_PROCESSORS = ( ) STATIC_URL = '/static/' - -# whether or not to force rpkid to run its cron job immediately after a change -RPKID_RUN = False -- cgit v1.2.3