Sfoglia il codice sorgente

added unicode in website_group generator

version-14
Rushabh Mehta 11 anni fa
parent
commit
895cbb1b72
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      frappe/templates/generators/website_group.py

+ 2
- 0
frappe/templates/generators/website_group.py Vedi File

@@ -1,6 +1,8 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt

from __future__ import unicode_literals

import frappe
from frappe.website.permissions import get_access
from frappe.website.render import can_cache


Caricamento…
Annulla
Salva