{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Git Management - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Attach git to your websites." %}
{% trans "Add this URL to Webhooks section of your Git respository, if you've used hostname SSL then replace IP with your hostname. Otherwise use IP and disable SSL check while configuring webhook. This will initiate a pull from your resposity as soon as you commit some changes."%} {{ webhookURL }}
{% trans "Error message:" %} {$ errorMessage $}
{% trans "Repo successfully detached, refreshing in 3 seconds.." %}
{% trans "Could not connect to server. Please refresh this page." %}