mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	Update -ngx in django templates / urls
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
| <html lang="en"> | ||||
| <head> | ||||
|   <meta charset="utf-8"> | ||||
|   <title>Paperless-ng</title> | ||||
|   <title>Paperless-ngx</title> | ||||
|   <base href="{% url 'base' %}"> | ||||
|   <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
| 	<meta name="username" content="{{username}}"> | ||||
| @@ -19,7 +19,7 @@ | ||||
| 	<link rel="apple-touch-icon" href="{% static apple_touch_icon %}"> | ||||
| </head> | ||||
| <body> | ||||
|   <app-root>{% translate "Paperless-ng is loading..." %}</app-root> | ||||
|   <app-root>{% translate "Paperless-ngx is loading..." %}</app-root> | ||||
| 	<script src="{% static runtime_js %}" defer></script> | ||||
| 	<script src="{% static polyfills_js %}" defer></script> | ||||
| 	<script src="{% static main_js %}" defer></script> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|     <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> | ||||
|     <meta name="generator" content="Jekyll v4.1.1"> | ||||
|     <meta name="robots" content="noindex,nofollow"> | ||||
|     <title>{% translate "Paperless-ng signed out" %}</title> | ||||
|     <title>{% translate "Paperless-ngx signed out" %}</title> | ||||
|  | ||||
|     <!-- Bootstrap core CSS --> | ||||
| 		<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet"> | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|     <meta name="generator" content="Jekyll v4.1.1"> | ||||
|     <meta name="robots" content="noindex,nofollow"> | ||||
|  | ||||
|     <title>{% translate "Paperless-ng sign in" %}</title> | ||||
|     <title>{% translate "Paperless-ngx sign in" %}</title> | ||||
|  | ||||
|     <!-- Bootstrap core CSS --> | ||||
| 		<link href="{% static 'bootstrap.min.css' %}" rel="stylesheet"> | ||||
|   | ||||
| @@ -132,8 +132,8 @@ websocket_urlpatterns = [ | ||||
| ] | ||||
|  | ||||
| # Text in each page's <h1> (and above login form). | ||||
| admin.site.site_header = "Paperless-ng" | ||||
| admin.site.site_header = "Paperless-ngx" | ||||
| # Text at the end of each page's <title>. | ||||
| admin.site.site_title = "Paperless-ng" | ||||
| admin.site.site_title = "Paperless-ngx" | ||||
| # Text at the top of the admin index page. | ||||
| admin.site.index_title = _("Paperless-ng administration") | ||||
| admin.site.index_title = _("Paperless-ngx administration") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon