diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html new file mode 100644 index 00000000..2142dca5 --- /dev/null +++ b/apps/user/templates/user/profile.html @@ -0,0 +1,92 @@ +{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %} +
+
+
+ Редактировать + {% if user.photo %} +
+ +
+ {% else %} +
+ +
+ {% endif %} +
+
{{ user.get_full_name }}
+ +
+
+ {{ user.about }} +
+ +
+
+
+
+
+
+
+ + +
+
+
+
+
+ {% include "course/course_items.html" with course_items=paid %} +
+
+
+
+
+
+ {% include "course/course_items.html" with course_items=published %} +
+
+
+
+
+
+
+{% endblock content %} \ No newline at end of file