Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge 112d02b into 9f5c497
Browse files Browse the repository at this point in the history
  • Loading branch information
vleong2332 committed Jun 29, 2016
2 parents 9f5c497 + 112d02b commit db970b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion td/settings_gondor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .settings import * # noqa


DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG

SITE_ID = int(os.environ.get("SITE_ID", "2"))
Expand Down
1 change: 1 addition & 0 deletions td/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ class NetworkCreateView(LoginRequiredMixin, EventLogMixin, EntityTrackingMixin,
model = Network
form_class = NetworkForm
action_kind = "CREATE"
template_name = "resources/network_form.html"

def get_success_url(self):
return reverse("network_detail", args=[self.object.pk])
Expand Down

0 comments on commit db970b7

Please sign in to comment.