candidates.append(os.path.join(root, filename))
return candidates
+ def get_audio(self, mimetype):
+ # transcodes audio with Timeside if another format is needed
+ if self.audio_file:
+ return self.audio_file
+ else:
+ #TODO: TS routine
+ return ''
class Podcast(BlogPost):
audio = FileField(verbose_name=_("Audio File"), max_length=200, format="Audio",
body {
padding-top: 182px;
background-color: white;
+ /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;*/
}
hr {
<div class="col-xs-6 col-md-6"><!-- Latest Releases -->
{% shop_recent_products 9 as recent_products %}
{% if recent_products %}
-<h2><span class="bg-white">{% trans "Latest Releases" %}</span></h2>
+<h2><span class="bg-white">{% trans "New arrivals" %}</span></h2>
<div class="row">
{% for product in recent_products %}
<div class="col-xs-4 col-md-4 product-thumb slim_margins">