micro-users 1.2.3__py3-none-any.whl → 1.2.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of micro-users might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micro-users
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Arabic Django user management app with abstract user, permissions, and activity logging
5
5
  Home-page: https://github.com/debeski/micro-users
6
6
  Author: DeBeski
@@ -121,3 +121,4 @@ users/
121
121
  | v1.2.0 | • Added User Details view with specific user activity log |
122
122
  | v1.2.1 | • Fixed a minor import bug |
123
123
  | v1.2.3 | • Separated user detail view from table for consistency<br> • Optimized the new detail + log view for optimal compatibiliyy with users |
124
+ | v1.2.4 | • Fixed a couple of visual inconsistencies |
@@ -14,14 +14,14 @@ users/static/css/login.css,sha256=SiJ6jBbWQAP2Nxt7DOTZbTcFYP9JEp557AuQZ9Eirb0,21
14
14
  users/static/img/default_profile.webp,sha256=BKUoQHo4z_fZnmc6z6I-KFvLEHahDr98U9LnDQKHLAM,3018
15
15
  users/templates/user_activity_log.html,sha256=S_FDN6vVLz_mB826yjeU9vtVGtzk7E_LKBmQIeYtdkQ,611
16
16
  users/templates/registration/login.html,sha256=owbzO_XjqMeSncwWxkTzsvbkhjEZd7LdbblC3HBnld0,4091
17
- users/templates/users/manage_users.html,sha256=ZusUTrJcp-xeORBnOcBObi9q1zlQE9yVRurMEvQVeWQ,2940
18
- users/templates/users/profile.html,sha256=9ahVF6YZUR-6-c8SKc0rN2pVdis2lI9gbcOQZeMaFnY,2909
19
- users/templates/users/profile_edit.html,sha256=sgO3h9ffVK1vnDNl4E6l5x3xfam3FTQl6Lqkrw5gmlw,4215
17
+ users/templates/users/manage_users.html,sha256=71SIAF6xyyKa863yLmqCHaqbGwATmpVmXRVtpy_330M,2942
18
+ users/templates/users/profile.html,sha256=Ir8zvYUgDm89BlwVuuCsPJIVvTPa_2wH3HAaitPc4s8,2911
19
+ users/templates/users/profile_edit.html,sha256=L9DUHlQHG-PmxwxBbSjgPk1dEmy0spPi6wXzT4hQe-U,4218
20
20
  users/templates/users/user_actions.html,sha256=TfA1DUvPyuSTPvVn7JgAL1cbqQyT9d8vnVB6j6308LU,1625
21
21
  users/templates/users/user_detail.html,sha256=QkJ-6jdtUdi8mM-V_MzqYcdoEkzXEsIeFMliNjgIOsc,2053
22
22
  users/templates/users/user_form.html,sha256=jcyI7OQZOY4ue4DajPtfjAt2SmAYO5ZgHNOqTp2-FO0,1352
23
- micro_users-1.2.3.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
24
- micro_users-1.2.3.dist-info/METADATA,sha256=dApOQwELdXHFYZaiDIPqzK6uuz24dN9R3RjriOEqRtQ,3653
25
- micro_users-1.2.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
26
- micro_users-1.2.3.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
27
- micro_users-1.2.3.dist-info/RECORD,,
23
+ micro_users-1.2.4.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
24
+ micro_users-1.2.4.dist-info/METADATA,sha256=yIk_Rv2qrUR1rR62hDbPLhBKpMulm5RrXaxnPskm8Gs,3713
25
+ micro_users-1.2.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
26
+ micro_users-1.2.4.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
27
+ micro_users-1.2.4.dist-info/RECORD,,
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
 
23
23
  <div class="mt-3">
24
- <a href="{% url 'create_user' %}" class="btn btn-success" title="إضافة مستخدم جديد">
24
+ <a href="{% url 'create_user' %}" class="btn btn-secondary" title="إضافة مستخدم جديد">
25
25
  <i class="bi bi-person-plus-fill text-light me-1 h4"></i> إضافة مستخدم جديد
26
26
  </a>
27
27
  </div>
@@ -27,7 +27,7 @@
27
27
  <div class="row mt-4">
28
28
  <form method="post">
29
29
  {% csrf_token %}
30
- <a class="btn btn-success" href="{% url 'edit_profile' %}" role="button" title="تحديث البيانات">
30
+ <a class="btn btn-secondary" href="{% url 'edit_profile' %}" role="button" title="تحديث البيانات">
31
31
  <i class="bi bi-pencil-square text-light me-1 h4"></i> تحديث البيانات
32
32
  </a>
33
33
 
@@ -49,7 +49,7 @@
49
49
  <button type="submit" class="btn btn-success" title="حفظ التغييرات">
50
50
  <i class="bi bi-check2-square text-light me-1 h4"></i> حفظ التغييرات
51
51
  </button>
52
- <a href="{% url 'user_profile' %}" class="btn btn-danger" title="إلغـــاء">
52
+ <a href="{% url 'user_profile' %}" class="btn btn-secondary" title="إلغـــاء">
53
53
  <i class="bi bi-x-circle text-light me-1 h4"></i> إلغـــاء
54
54
  </a>
55
55
  </div>