Skip to content

Commit

Permalink
Added edit template url in user resumes
Browse files Browse the repository at this point in the history
  • Loading branch information
manjurulhoque committed Nov 3, 2024
1 parent ab9ee68 commit 93256ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/resumes/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">

<title>{{ resume.name }}</title>
<title>{{ resume.name }} - My resume</title>
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=latin-ext">
Expand Down
3 changes: 1 addition & 2 deletions templates/resumes/user_resumes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ <h1>Your Resumes</h1>
<img src="https://images.pexels.com/photos/590044/pexels-photo-590044.jpeg?auto=compress&cs=tinysrgb&w=600" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">{{ resume.name }}</h5>
<a href="" class="btn btn-primary">Edit</a>
<a href="" class="btn btn-danger">Delete</a>
<a href="{% url 'resume_cv:builder' resume.code %}" class="btn btn-primary">Edit</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 93256ab

Please sign in to comment.