Commit bc32899c by Jason Bau

actually, just remove the revision

parent 2627db13
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from dealer.auto import auto
from django.template import RequestContext from django.template import RequestContext
requestcontext = None requestcontext = None
...@@ -24,4 +23,3 @@ class MakoMiddleware(object): ...@@ -24,4 +23,3 @@ class MakoMiddleware(object):
requestcontext = RequestContext(request) requestcontext = RequestContext(request)
requestcontext['is_secure'] = request.is_secure() requestcontext['is_secure'] = request.is_secure()
requestcontext['site'] = request.get_host() requestcontext['site'] = request.get_host()
requestcontext['REVISION'] = auto.revision
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment