소스 검색

group renaming in orders_local template

ShariX Developer 20 시간 전
부모
커밋
de72d36467
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/webservice_running/orders_local.html

+ 1 - 1
templates/webservice_running/orders_local.html

@@ -28,7 +28,7 @@
       </form>
       </div>
 
-{% if "CLIENT" in user_groups %}
+{% if "METASERVICE-CLIENT" in user_groups %}
 <h1></h1>
   <div class="container text-end mt-2">
           <a class="btn btn-primary" id="bord" href={% url "webservice_running:order_local/add/" %}>{% trans 'Add' %}</a>