Opened 13 years ago

Last modified 13 years ago

#165 closed defect (WONTFIX)

submit_success function deprecated

Reported by: Caleb Davis Owned by:
Priority: minor Milestone: 0.0.4
Component: programming Keywords:
Cc: Parent Tickets:

Description

A navigation function in mediagoblin/submit/views.py doesn't seem
to be in use any longer.

::

    def submit_success(request):
        return render_to_response(
            request, 'mediagoblin/submit/success.html', {})

Let's delete it.



Change History (3)

comment:1 by Christopher Allan Webber, 13 years ago

Status: NewRejected
Just checked, I think this is already removed in master...

I think I see where the confusion happened though, tags branch is
branched off of an older master which still had it.



comment:2 by Caleb Davis, 13 years ago

oops, my bad. I thought this bug looked familiar ... :/



comment:3 by Will Kahn-Greene, 12 years ago

The original url for this bug was http://bugs.foocorp.net/issues/457 .

Note: See TracTickets for help on using tickets.