##// END OF EJS Templates
celery: use safe environ extraction. In few cases of executing tasks at non-pyramid level....
celery: use safe environ extraction. In few cases of executing tasks at non-pyramid level. e.g executed from hooks we cannot read environ properly. Without it our bootstrap code will still generate proper urls.

File last commit:

r703:1eda65ea default
r2417:51f63062 default
Show More
rhodecode-unsafe-html.html
9 lines | 298 B | text/html | HtmlLexer
<link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-unsafe-html">
<template>
<style include="shared-styles"></style>
<content></content>
</template>
<script src="rhodecode-unsafe-html.js"></script>
</dom-module>