Since this bp reorganise-access-and-security, move access_and_security to separate panel, there are some places url need to change too. Closes-Bug: #1679895 Change-Id: I59560c479ad77d2452484b2138065a003451f376
8 lines
172 B
HTML
8 lines
172 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{{ page_title }}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'project/key_pairs/_import.html' %}
|
|
{% endblock %}
|