-
```
What steps will reproduce the problem?
1. use Jinja2 as template engine via coffin (http://github.com/dcramer/coffin)
2. overriding pagination/pagination.html with own Jinja2 template
3. paginatio…
-
This should be done using templatetags as well, just like we do for the session list.
For trainings we additionally need to get access to the talk abstract and a picture URL.
-
```
What steps will reproduce the problem?
1. for example, if we add "templatetags" directory in "myapp" folder, and
add in __init__.py and myapp_tags.py file
2. in myapp_tags.py file, we define our…
-
```
feedutil/templatetags/feedutil.py : line 51->58:
if-else in dict is illegal in
-
```
What steps will reproduce the problem?
1. use Jinja2 as template engine via coffin (http://github.com/dcramer/coffin)
2. overriding pagination/pagination.html with own Jinja2 template
3. paginatio…
-
在引入comment_blocks发生了报错
后在setting的options里加入了
```
'libraries':{
'comment_block': 'comment.templatetags.comment_block',
},
```
得以解决
-
Hi. I cant load my custom dashboard. this is the error.
File "/home/Desktop/venv/local/lib/python2.7/site-packages/jet/dashboard/templatetags/jet_dashboard_tags.py", line 14, in get_dashboard
…
-
**What happened**:
When users delete a template version that has a tag associated with it.
Say
template `namespace-test/name-deploy` which has versions:
* 1.0.3
* 1.0.4,
* 1.0.5 with `latest…
-
```
pip3 install django-recommends
pip3 install celery
python3 manage.py makemigrations
ImportError raised when trying to load 'recommends.templatetags.recommends': No module named 'celery.task'
…
iragm updated
3 years ago
-
Hi there! You might have noticed me submitting two PR:s the last couple of weeks, I'm curious about the future of this project and how it can be more actively managed.
The reason is that I maintain…